diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-06 17:17:07 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-07-06 17:21:57 -0400 |
commit | 9ae35a5f6a4fed487ef6c14edd6b4eb4f5c1b7f0 (patch) | |
tree | b7ffb1ea7045f75bcb78070e728693b7b0fd8023 /CHANGES.rst | |
parent | e5a59865b038ac575c4f8ca9e79c5b4802018ff1 (diff) | |
download | python-coveragepy-git-9ae35a5f6a4fed487ef6c14edd6b4eb4f5c1b7f0.tar.gz |
Add tests of bug #806, and ensure it's fixed even if the program ends with an exception
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 4fb6e112..52ec0761 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -41,6 +41,9 @@ Unreleased be reported as warnings. As with other warnings, you can suppress them with the ``[run] disable_warnings`` configuration setting. +- Coverage.py no longer fails if the user program deletes its current + directory, closing `issue 806`_. Thanks, Dan Hemberger. + - The scrollbar markers in the HTML report now accurately show the highlighted lines, regardless of what categories of line are highlighted. @@ -50,6 +53,7 @@ Unreleased - The deprecated `Reporter.file_reporters` property has been removed. .. _ShiningPanda: https://wiki.jenkins.io/display/JENKINS/ShiningPanda+Plugin +.. _issue 806: https://github.com/nedbat/coveragepy/pull/806 .. _changes_50a5: |