summaryrefslogtreecommitdiff
path: root/tests/test_summary_class.py
Commit message (Collapse)AuthorAgeFilesLines
* Move test_summary_class.py into test_summary.pyNed Batchelder2016-06-081-67/+0
|
* Clean up #199Ned Batchelder2016-06-081-20/+21
|
* Use caoverage.py's canonical backwards compatibility infrastructure in new test.Dan Wandschneider2016-06-081-18/+5
|
* Fix test failures in Python 2.6Dan Wandschneider2016-06-081-6/+20
|
* Issue 199: Sort text report.Dan Wandschneider2016-06-081-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 SummaryReporterDan Wandschneider2016-06-081-0/+53
Tests configuration of the report method of SummaryReader