]> granicus.if.org Git - python/commit
bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 1 May 2018 05:03:29 +0000 (22:03 -0700)
committerGitHub <noreply@github.com>
Tue, 1 May 2018 05:03:29 +0000 (22:03 -0700)
commita607f8b9982ac95bb59f8f61e0a50fc5ae29dc14
tree0ecfe786c8a7691593ff7dff9e2819c96fcc1655
parent3d11630ff401cfcdf094cf039cb575332ecaea20
bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205)

Previously emitted cover files only when --missing option was used.
(cherry picked from commit 47ab15470d72367694d7758004067313ae022f0e)

Co-authored-by: Michael Selik <mike@selik.org>
Lib/test/test_trace.py
Lib/trace.py
Misc/NEWS.d/next/Library/2017-10-31.bpo-31908.g4xh8x.rst [new file with mode: 0644]