summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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. Fixe...Ned Batchelder2016-02-011-13/+11
* 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
* Plain-text output no longer includes trailing spacesNed Batchelder2016-01-172-23/+12
* Stop treating yield-from and await as function returnsNed Batchelder2016-01-161-3/+5
* Class docstrings shouldn't be considered executable. Not sure what happened ...Ned Batchelder2016-01-112-4/+4
* Properly handle break/continue/raise/return from except/else clausesNed Batchelder2016-01-101-0/+86
* Class docstrings are executable.Ned Batchelder2016-01-102-4/+6
* What's a decoractor?Ned Batchelder2016-01-101-1/+1
* Make multiprocessing support work with spawned processes, which is what Windo...Ned Batchelder2016-01-101-9/+21
* Properly skip lines that are optimized awayNed Batchelder2016-01-091-1/+1
* Fix a string that was confusing vimNed Batchelder2016-01-091-1/+3
* Add a test of partial lambdasNed Batchelder2016-01-091-1/+22
* Put the lambda tests togetherNed Batchelder2016-01-081-10/+10
* Branch analysis is now done with AST instead of bytecodeNed Batchelder2016-01-077-106/+640
|\