Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New config setting: [report]precision lets you specify the number of digits ↵ | Ned Batchelder | 2010-08-24 | 1 | -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 Batchelder | 2010-08-22 | 1 | -0/+10 |
| | | | | result of rounding. Fixes #41 and #70. | ||||
* | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -2/+2 |
| | |||||
* | Dur! This is a better way to indicate how the tests should run. | Ned Batchelder | 2009-11-18 | 1 | -3/+1 |
| | |||||
* | Avoid some unneeded tempdir creation in tests. | Ned Batchelder | 2009-11-15 | 1 | -0/+5 |
| | |||||
* | Make the naming of Results attributes more consistent. | Ned Batchelder | 2009-11-03 | 1 | -6/+9 |
| | |||||
* | Test and refactor Numbers. | Ned Batchelder | 2009-11-02 | 1 | -0/+35 |