summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Move test_summary_class.py into test_summary.pyNed Batchelder2016-06-082-67/+60
|
* Clean up #199Ned Batchelder2016-06-081-20/+21
|
* Make report's 'sort' option available only via the configuration file, not ↵Dan Wandschneider2016-06-081-6/+1
| | | | available on the command line.
* 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-082-1/+18
| | | | | | | | | | | | | | 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
* Oops, broke a test.Ned Batchelder2016-06-021-1/+1
|
* Emit a warning when an invalid file is detected with ignore_errors=true.Matthew Boehm2016-06-021-0/+14
| | | | | Previously, when an invalid file was encountered, it would be silently ignored.
* Fix __main__.py showing up in help outputscottbelden2016-06-021-0/+9
|
* Add support for `coverage debug config`Matthew Boehm2016-06-021-1/+7
| | | | | Previously, coverage --debug=config worked, but `coverage debug config` didn't. Fixes #454
* Remove the test helpers into their own repoNed Batchelder2016-06-014-117/+7
|
* Clean upsNed Batchelder2016-05-201-1/+4
|
* Restore Reporter.file_reporters, with a deprecation warning.Ned Batchelder2016-05-201-0/+16
|
* Correct the defaults for coverage.report(show_missing=None, skip_covered=None)Ned Batchelder2016-05-083-4/+4
|
* Don't get confused by namespace packages #456Ned Batchelder2016-05-081-0/+21
|
* readthedocs.io nowNed Batchelder2016-04-3038-41/+41
|
* Use ->exit for missed branches in the textual report. #469Ned Batchelder2016-04-181-3/+2
|
* No need to break these linesNed Batchelder2016-04-121-4/+2
|
* A better way to indicate the presence of the C extensionNed Batchelder2016-03-291-2/+2
|
* Show the tracer class in help output. #479Ned Batchelder2016-03-281-0/+5
|
* Better descriptions of missing one-line executables. Part of #475Ned Batchelder2016-03-272-5/+35
|
* Entry arcs now use the negative first line of the code object instead of -1.Ned Batchelder2016-03-022-46/+46
|
* Better branch-missed messages for lambdas.Ned Batchelder2016-02-252-0/+34
|
* Add an explicit test of the source= rc setting.Ned Batchelder2016-02-211-0/+2
|
* Templite can now collapse whitespace after tagsNed Batchelder2016-02-151-0/+22
|
* Pick off some lintNed Batchelder2016-02-152-5/+12
|
* Add missing branch explanations for while-loopNed Batchelder2016-02-151-1/+14
|
* Skip a test on 2.6Ned Batchelder2016-02-151-0/+4
|
* More missing-branch descriptionsNed Batchelder2016-02-151-1/+12
|
* More work on better missing branch descriptionsNed Batchelder2016-02-142-5/+35
|
* Make these tests just a little easier to writeNed Batchelder2016-02-131-9/+9
|
* Add missing branch descriptions for handling exceptionsNed Batchelder2016-02-131-0/+20
|
* More work on the better missed-branch messagesNed Batchelder2016-02-131-0/+28
|
* More progress on better missed-branch descriptionsNed Batchelder2016-02-132-6/+8
|
* Fix a type error in a new testNed Batchelder2016-02-111-1/+1
|
* missing_arc_description is better than arc_destination_description. One test ↵Ned Batchelder2016-02-081-0/+32
| | | | broken.
* Didn't mean to leave that there, of courseNed Batchelder2016-02-071-1/+0
|
* Properly handle {**{'a':1}} literalsNed Batchelder2016-02-071-0/+33
|
* Different annotations on missed branches. I don't like them yet.Ned Batchelder2016-02-061-1/+1
|
* Don't let old tests results interfere with new testsNed Batchelder2016-02-051-4/+4
|
* Add arc_destination_description so we can next make better descriptionsNed Batchelder2016-02-041-3/+3
|
* Oops, this fixes a test tooNed Batchelder2016-02-031-7/+10
|
* Fix the tests for HTML annotation changesNed Batchelder2016-02-031-8/+47
|
* Use whitespace:pre to avoid having to convert spaces in the HTML report. ↵Ned Batchelder2016-02-011-13/+11
| | | | Fixes #472.
* Yield statements that are not resumed shouldn't be marked as missing. #440Ned Batchelder2016-01-312-1/+17
|
* Don't track unhandled exception branchesNed Batchelder2016-01-291-12/+12
|
* Do a better job with sources in the XML reportNed Batchelder2016-01-231-0/+10
|
* Fix #466: multi-line statements first in decorated functionsNed Batchelder2016-01-181-0/+32
| | | | Also, leave in the SetSpy tracer we've used before to find things like this.
* Plain-text output no longer includes trailing spacesNed Batchelder2016-01-172-23/+12
|