summaryrefslogtreecommitdiff
path: root/test/test_results.py
Commit message (Collapse)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-60/+0
| | | | package.
* Get rid of import craziness in the tests.Ned Batchelder2012-12-301-5/+1
|
* One more way to be picky: no final blank lines.Ned Batchelder2012-10-301-1/+0
|
* 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