diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-01 17:36:01 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-01 17:36:01 -0400 |
commit | 82796ea15c55fafc85d7e3552b030e261ebaebf5 (patch) | |
tree | 28e301292ecec1b9a80e055cfe2f78133c3ebcfb /tests/test_farm.py | |
parent | eb966bc1605dca3b3715639def60c6d9f845f91e (diff) | |
download | python-coveragepy-git-82796ea15c55fafc85d7e3552b030e261ebaebf5.tar.gz |
Remove the test helpers into their own repo
Diffstat (limited to 'tests/test_farm.py')
-rw-r--r-- | tests/test_farm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_farm.py b/tests/test_farm.py index 0db0af88..ae9e915e 100644 --- a/tests/test_farm.py +++ b/tests/test_farm.py @@ -15,7 +15,7 @@ import unittest from nose.plugins.skip import SkipTest -from coverage.test_helpers import ModuleAwareMixin, SysPathAwareMixin, change_dir, saved_sys_path +from unittest_mixins import ModuleAwareMixin, SysPathAwareMixin, change_dir, saved_sys_path from tests.helpers import run_command from tests.backtest import execfile # pylint: disable=redefined-builtin |