summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
| | | | there...
* 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 ↵Ned Batchelder2016-01-101-9/+21
| | | | Windows uses.
* 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
|\
| * Add tests of multiline lambdas, though i don't quite understand the line ↵Ned Batchelder2016-01-071-1/+28
| | | | | | | | | | | | | | numbers involved --HG-- branch : ast-branch
| * Clean up small stuffNed Batchelder2016-01-071-0/+2
| | | | | | | | | | --HG-- branch : ast-branch
| * A test that I'll fix soonNed Batchelder2016-01-071-0/+19
| | | | | | | | | | --HG-- branch : ast-branch
| * Bytecode not byte codeNed Batchelder2016-01-071-1/+3
| | | | | | | | | | --HG-- branch : ast-branch
| * Remove the old bytecode-based branch analyzerNed Batchelder2016-01-061-2/+1
| | | | | | | | | | --HG-- branch : ast-branch
| * Test continue/finallyNed Batchelder2016-01-061-0/+20
| | | | | | | | | | --HG-- branch : ast-branch
| * Add some tests for uncovered casesNed Batchelder2016-01-063-4/+26
| | | | | | | | | | --HG-- branch : ast-branch
| * Tweak the conditional for the start-point of dictcompsNed Batchelder2016-01-051-2/+2
| | | | | | | | | | --HG-- branch : ast-branch
| * Support while-elseNed Batchelder2016-01-051-0/+16
| | | | | | | | | | --HG-- branch : ast-branch
| * Support comprehensions betterNed Batchelder2016-01-041-0/+48
| | | | | | | | | | --HG-- branch : ast-branch
| * Use delayed_assertions() when checking arcsNed Batchelder2016-01-041-11/+17
| | | | | | | | | | --HG-- branch : ast-branch
| * Add a delayed_assertions context managerNed Batchelder2016-01-041-1/+42
| | | | | | | | | | --HG-- branch : ast-branch
| * Fix arcs for function and class decoratorsNed Batchelder2016-01-031-0/+47
| | | | | | | | | | --HG-- branch : ast-branch
| * No reason to skip this testNed Batchelder2016-01-021-2/+1
| | | | | | | | | | --HG-- branch : ast-branch