summaryrefslogtreecommitdiff
path: root/test/test_results.py
Commit message (Collapse)AuthorAgeFilesLines
* New config setting: [report]precision lets you specify the number of digits ↵Ned Batchelder2010-08-241-0/+14
| | | | after the decimal point in coverage percentages. Finishes issue #16.
* Unify formatting of coverage percentages, and don't show zero or 100 as a ↵Ned Batchelder2010-08-221-0/+10
| | | | result of rounding. Fixes #41 and #70.
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-2/+2
|
* Dur! This is a better way to indicate how the tests should run.Ned Batchelder2009-11-181-3/+1
|
* Avoid some unneeded tempdir creation in tests.Ned Batchelder2009-11-151-0/+5
|
* Make the naming of Results attributes more consistent.Ned Batchelder2009-11-031-6/+9
|
* Test and refactor Numbers.Ned Batchelder2009-11-021-0/+35