summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-02-21 06:17:03 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-02-21 06:17:03 -0500
commit6bad5c1ceda9fa27b27908d9f3499df9ab441bab (patch)
treeacabeeddde4975f09febc0bc3537faae06e301b3 /tests/test_concurrency.py
parent73791b3164a672ee69739b87dde927b0f4d4e428 (diff)
downloadpython-coveragepy-6bad5c1ceda9fa27b27908d9f3499df9ab441bab.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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py
index 0a9fca0..841b5df 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):