Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test_summary_class.py into test_summary.py | Ned Batchelder | 2016-06-08 | 1 | -67/+0 |
| | |||||
* | Clean up #199 | Ned Batchelder | 2016-06-08 | 1 | -20/+21 |
| | |||||
* | Use caoverage.py's canonical backwards compatibility infrastructure in new test. | Dan Wandschneider | 2016-06-08 | 1 | -18/+5 |
| | |||||
* | Fix test failures in Python 2.6 | Dan Wandschneider | 2016-06-08 | 1 | -6/+20 |
| | |||||
* | Issue 199: Sort text report. | Dan Wandschneider | 2016-06-08 | 1 | -0/+12 |
| | | | | | | | | | | | | | | Allows sorting of the text report based on: Name, Stmts, Miss, Cover Tested on Mac with Python 2.7.11 and Python 3.5 Help message for the new option is: python -m coverage report -h ... --sort=SORT Sort report by a column. Valid values are: Name, Stmts, Miss, Cover. ... | ||||
* | Add unit-level test for the SummaryReporter | Dan Wandschneider | 2016-06-08 | 1 | -0/+53 |
Tests configuration of the report method of SummaryReader |