diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-12 10:31:33 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-12 10:31:33 -0400 |
commit | 0e21348fa26967ed1c882b19d900deca5a6521a5 (patch) | |
tree | 92e12878a4095555a18c69a787306073b165288f /tests/test_process.py | |
parent | 1f4eb724612022db65e66186e6abfde4201f40e4 (diff) | |
download | python-coveragepy-git-0e21348fa26967ed1c882b19d900deca5a6521a5.tar.gz |
Another use of try_execfile.py to adjust
Diffstat (limited to 'tests/test_process.py')
-rw-r--r-- | tests/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py index 05588440..2c7751ff 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -17,7 +17,7 @@ from coverage.misc import output_encoding from tests.coveragetest import CoverageTest -TRY_EXECFILE = os.path.join(os.path.dirname(__file__), "modules", "process_test", "try_execfile.py") +TRY_EXECFILE = os.path.join(os.path.dirname(__file__), "modules/process_test/try_execfile.py") class ProcessTest(CoverageTest): |