summaryrefslogtreecommitdiff
path: root/tests/test_results.py
Commit message (Expand)AuthorAgeFilesLines
* mypy: test_parser.py test_phystokens.py test_process.py test_report.py test_r...Ned Batchelder2023-01-071-12/+26
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-3/+3
* refactor(test): use math.isclose to check float valuesNed Batchelder2022-01-071-2/+4
* refactor: specialize exceptionsNed Batchelder2021-11-141-2/+2
* test: add a test of the one thing uncovered in results.pyNed Batchelder2021-08-051-0/+8
* refactor: remove globals from NumbersNed Batchelder2021-06-011-28/+13
* fix: --fail-under=100 could report 100 is less than 100.Ned Batchelder2021-05-311-0/+12
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-1/+1
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-24/+24
* Use set literalsNed Batchelder2021-01-031-3/+3
* Simplify format_lines a littleNed Batchelder2018-12-261-1/+1
* Sort the text missing results by line number, not kindNed Batchelder2018-12-251-0/+24
* Move code to where it belongsNed Batchelder2018-12-241-1/+14
* Tweaks to the fail_under limitingNed Batchelder2018-12-241-1/+2
* Disallow impossible values for fail_underMike Fiedler2018-12-231-0/+5
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* fail_under can now be a float. #631.Ned Batchelder2018-01-211-13/+22
* Give should_fail_under pure tests, so we don't need processes to test numeric...Ned Batchelder2017-03-081-1/+24
* Fix two problems with xdist'ed testsNed Batchelder2016-11-261-1/+3
* Fix a few more occurrences of 'Coverage' to 'coverage.py'Ned Batchelder2015-07-271-1/+1
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
* Filtering now computes coverage percentages properly.Ned Batchelder2014-10-221-0/+10
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-0/+60