diff options
Diffstat (limited to 'doc/subprocess.rst')
-rw-r--r-- | doc/subprocess.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/subprocess.rst b/doc/subprocess.rst index 34d7f5ba..516e2030 100644 --- a/doc/subprocess.rst +++ b/doc/subprocess.rst @@ -7,10 +7,6 @@ Measuring sub-processes ======================= -.. :history: 20100224T201800, new for 3.3. -.. :history: 20100725T211700, updated for 3.4. - - Complex test suites may spawn sub-processes to run tests, either to run them in parallel, or because sub-process behavior is an important part of the system under test. Measuring coverage in those sub-processes can be tricky because you |