diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-04-30 17:36:11 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-04-30 17:36:11 -0400 |
commit | 766cabfcc7bfc19d143e3cb582f6dd6094ff603a (patch) | |
tree | ebabbe1f02d57e4a33b9d6639da5a7313ca2f51e /tests/test_concurrency.py | |
parent | 5d589558c585686e051fc34df52803873e560907 (diff) | |
download | python-coveragepy-git-766cabfcc7bfc19d143e3cb582f6dd6094ff603a.tar.gz |
One more line to exclude from coverage measurement
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r-- | tests/test_concurrency.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index 1463b29d..bcf61942 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -538,7 +538,7 @@ def test_thread_safe_save_data(tmpdir): time.sleep(duration) # pragma: nested - cov.stop() + cov.stop() # pragma: nested # The following call used to crash with running background threads. cov.get_data() |