summaryrefslogtreecommitdiff
path: root/test/test_summary.py
Commit message (Expand)AuthorAgeFilesLines
* I never liked the assert_ method anyway. Use assertTrue and assertFalse inst...Ned Batchelder2009-12-131-14/+14
* 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