diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-30 21:07:25 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-30 21:07:25 -0500 |
| commit | 6c631d76f22c50220bba51ec3191260d7e74b11f (patch) | |
| tree | 13d62e18be0149d11b6f772172b712a5a827ecb3 /CHANGES.txt | |
| parent | cab3262dd815c454e8db967f97afce8a4b071d4c (diff) | |
| download | python-coveragepy-git-6c631d76f22c50220bba51ec3191260d7e74b11f.tar.gz | |
Wildly experimental multiprocessing support. Covers most of #117.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b0004b5c..013820c5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,9 +6,15 @@ Change history for Coverage.py Latest ------ -- A new warning is possible, if a desired file isn't measure because it was +- Wildly experimental: support for measuring processes started by the + multiprocessing module. To use, set ``--concurrency=multiprocessing``, + either on the command line or in the .coveragerc file. Thanks, Eduardo + Schettino. (`issue 117`_). + +- A new warning is possible, if a desired file isn't measured because it was imported before coverage was started (`issue 353`_). +.. _issue 117: https://bitbucket.org/ned/coveragepy/issue/117/enable-coverage-measurement-of-code-run-by .. _issue 353: https://bitbucket.org/ned/coveragepy/issue/353/40a3-introduces-an-unexpected-third-case |
