diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-21 06:17:03 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-21 06:17:03 -0500 |
commit | 09dd5347e39ab522476767ffee213dd3dd8fe227 (patch) | |
tree | 121f06db3ae158c2f3d18e3019f80ba1ab4d0598 /tests/test_concurrency.py | |
parent | 0af66e7cd0de5935739b3650de573d7acb0728ec (diff) | |
download | python-coveragepy-git-09dd5347e39ab522476767ffee213dd3dd8fe227.tar.gz |
Sometimes we match against files, sometimes directories.
Also, skip our own test code when running tests.
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r-- | tests/test_concurrency.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py index 0a9fca0d..841b5df4 100644 --- a/tests/test_concurrency.py +++ b/tests/test_concurrency.py @@ -371,6 +371,7 @@ class MultiprocessingTest(CoverageTest): self.make_file(".coveragerc", """\ [run] concurrency = %s + source = . """ % concurrency) if env.PYVERSION >= (3, 4): |