diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-11-24 15:39:58 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-11-24 15:39:58 -0500 |
commit | b059946c15a15a1b9928dda83c5e2e5cf24e8178 (patch) | |
tree | 61b0a177326d7df01bcd12998f72e13a1a571ef7 /tests/test_concurrency.py | |
parent | 3a74b13df25dbe852085b02e23a41fe6b7fe7fc3 (diff) | |
download | python-coveragepy-git-b059946c15a15a1b9928dda83c5e2e5cf24e8178.tar.gz |
Commented-out debugging of pytracer
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r-- | tests/test_concurrency.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index c287460a..f7ebf535 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -506,7 +506,6 @@ def test_thread_safe_save_data(tmpdir): should_run = [True] imported = [] - #sys.path.insert(0, modules_dir.strpath) old_dir = os.getcwd() os.chdir(modules_dir.strpath) try: @@ -539,7 +538,7 @@ def test_thread_safe_save_data(tmpdir): cov.stop() - # The following call use to crash with running background threads. + # The following call used to crash with running background threads. cov.get_data() # Stop the threads |