diff options
Diffstat (limited to 'tests/goldtest.py')
-rw-r--r-- | tests/goldtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/goldtest.py b/tests/goldtest.py index 39f2bfda..8ebbd591 100644 --- a/tests/goldtest.py +++ b/tests/goldtest.py @@ -8,7 +8,7 @@ import sys from tests.coveragetest import CoverageTest -from coverage.test_helpers import change_dir # pylint: disable=unused-import +from unittest_mixins import change_dir # pylint: disable=unused-import from tests.test_farm import clean # Import helpers, eventually test_farm.py will go away. from tests.test_farm import ( # pylint: disable=unused-import |