From 09dd5347e39ab522476767ffee213dd3dd8fe227 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 21 Feb 2017 06:17:03 -0500 Subject: Sometimes we match against files, sometimes directories. Also, skip our own test code when running tests. --- tests/test_concurrency.py | 1 + tests/test_debug.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') 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): diff --git a/tests/test_debug.py b/tests/test_debug.py index 1961b008..b0199155 100644 --- a/tests/test_debug.py +++ b/tests/test_debug.py @@ -146,7 +146,7 @@ class DebugTraceTest(CoverageTest): out_lines = self.f1_debug_output(["sys"]) labels = """ - version coverage cover_dirs pylib_dirs tracer config_files + version coverage cover_paths pylib_paths tracer config_files configs_read data_path python platform implementation executable cwd path environment command_line cover_match pylib_match """.split() -- cgit v1.2.1