summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-11-24 15:39:58 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-11-24 15:39:58 -0500
commitf7aa6fdb1c56473e07738f32d6868b8f66778007 (patch)
treed331718b4b5ed6e256030c008a2007acdfbd82f0 /tests
parentd7b1a730e99e33b79de02ffb9438b3bf54fca1b4 (diff)
downloadpython-coveragepy-f7aa6fdb1c56473e07738f32d6868b8f66778007.tar.gz
Commented-out debugging of pytracer
Diffstat (limited to 'tests')
-rw-r--r--tests/test_concurrency.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py
index c287460..f7ebf53 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