summaryrefslogtreecommitdiff
path: root/test/test_summary.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor the --omit and --include support during reporting, and add a test ↵Ned Batchelder2010-08-281-0/+16
| | | | for --include.
* Unify formatting of coverage percentages, and don't show zero or 100 as a ↵Ned Batchelder2010-08-221-1/+1
| | | | result of rounding. Fixes #41 and #70.
* Fix this test to run on 3.1 and non-Windows platforms.Ned Batchelder2010-07-121-8/+9
|
* Empty python files (like __init__.py) are shown as having zero statements, ↵Ned Batchelder2010-06-271-1/+42
| | | | not one. Fixes #1.
* Omit and include are now filename patterns rather than prefixes. BACKWARD ↵Ned Batchelder2010-05-231-1/+1
| | | | INCOMPATIBLE change.
* Reports now emphasize missed lines over executed lines, since those are more ↵Ned Batchelder2010-03-131-15/+15
| | | | helpful for directing developers to improved test coverage.
* I never liked the assert_ method anyway. Use assertTrue and assertFalse ↵Ned Batchelder2009-12-131-14/+14
| | | | instead.
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-2/+2
|
* Make this test use only new-style commands.Ned Batchelder2009-11-101-1/+1
|
* Clean up.Ned Batchelder2009-11-081-1/+2
|
* Shouldn't count multiple (-1,x) arcs as branches.Ned Batchelder2009-11-081-2/+2
|
* Added branch stats to results, and the summary report includes them.Ned Batchelder2009-11-081-20/+40
|
* Split out the report tests, to give them their due.Ned Batchelder2009-11-021-0/+86