Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion testing/coverage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ you want the coverage data to end up it will go somewhere you don't expect.
If you are running coverage over the entire test suite, make sure to
add ``-x test_importlib test_runpy test_trace`` to exclude those tests as
they trigger exceptions during coverage; see
https://bugs.python.org/issue10541 and https://bugs.python.org/issue10991.
`python/cpython#54750 <https://github.com/python/cpython/issues/54750>`__ and
`python/cpython#55200 <https://github.com/python/cpython/issues/55200>`__.

Once the tests are done you will find the directory you specified contains
files for each executed module along with which lines were executed how many
Expand Down