summaryrefslogtreecommitdiff
path: root/coverage/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* feat: warnings are now real warningsNed Batchelder2021-05-301-0/+5
| | | | | | This makes coverage warnings visible when running test suites under pytest. But it also means some uninteresting warnings would show up in our own test suite, so we had to catch or suppress those.
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-0/+48