We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a19ea5 commit af0dde9Copy full SHA for af0dde9
docs/subprocess-support.rst
@@ -4,7 +4,7 @@ Subprocess support
4
5
Normally coverage writes the data via a pretty standard atexit handler. However, if the subprocess doesn't exit on its
6
own then the atexit handler might not run. Why that happens is best left to the adventurous to discover by waddling
7
-though the Python bug tracker.
+through the Python bug tracker.
8
9
pytest-cov supports subprocesses and multiprocessing, and works around these atexit limitations. However, there are a
10
few pitfalls that need to be explained.
0 commit comments