summaryrefslogtreecommitdiff
path: root/tests/test_report.py
Commit message (Collapse)AuthorAgeFilesLines
* fix: only write "Wrote report" message if report succeeded.Ned Batchelder2023-02-081-6/+7
| | | | | | | For example, see [issue 1554](https://github.com/nedbat/coveragepy/issues/1554) for the previous misleading behavior when the exception being raised wasn't a CoverageException.
* mypy: test_parser.py test_phystokens.py test_process.py test_report.py ↵Ned Batchelder2023-01-071-11/+20
| | | | test_results.py test_setup.py
* build: make upgradenedbat/upgrade-with-kitsNed Batchelder2021-11-301-2/+2
|
* feat: xml and json say what they are doing, and -q quiets everything. #1254nedbat/dashqNed Batchelder2021-10-261-4/+12
|
* test: a true unit test for render_reportNed Batchelder2021-10-261-0/+50