From 82796ea15c55fafc85d7e3552b030e261ebaebf5 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 1 Jun 2016 17:36:01 -0400 Subject: Remove the test helpers into their own repo --- tests/goldtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/goldtest.py') 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 -- cgit v1.2.1