summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-10-28 07:16:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-10-28 07:16:56 -0400
commit518dd80cc28a7b2896b58d40ca220e7cd8f35be5 (patch)
tree21bfea02c2a9f795d322bb9e23bca4adadbaef1b
parent57b36bff17894439a3368abe76db8952eb1ee819 (diff)
downloadpython-coveragepy-git-518dd80cc28a7b2896b58d40ca220e7cd8f35be5.tar.gz
Bigger hammer
-rw-r--r--tests/test_concurrency.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py
index 14c30b38..8dbe7987 100644
--- a/tests/test_concurrency.py
+++ b/tests/test_concurrency.py
@@ -396,7 +396,7 @@ class MultiprocessingTest(CoverageTest):
cmd = "coverage run {args} multi.py {start_method}".format(
args=args, start_method=start_method,
)
- print(f"@ self.run_command({cmd=})")
+ raise Exception(f"@ self.run_command({cmd=})")
out = self.run_command(cmd)
print(f"@ self.run_command(); {out=}")
expected_cant_trace = cant_trace_msg(concurrency, the_module)