diff options
-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 1a67e36d..a928b98a 100644 --- a/tests/test_farm.py +++ b/tests/test_farm.py @@ -11,12 +11,12 @@ import os import re import shutil import sys -import unittest 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 +from coverage.backunittest import unittest from coverage.debug import _TEST_NAME_FILE |