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 | 9840d2b0ecc138633df5ac8a72b0ce4a0bd5be07 (patch) | |
| tree | c2fdf04443d1a165570af993a03fa24876ca5a0d /tests/test_process.py | |
| parent | 214a4dfebef3050dfde4a94231da3c797583df7a (diff) | |
| download | python-coveragepy-9840d2b0ecc138633df5ac8a72b0ce4a0bd5be07.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 0558844..2c7751f 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): |
