summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add tests of multiline lambdas, though i don't quite understand the line numb...Ned Batchelder2016-01-071-1/+28
| * Clean up small stuffNed Batchelder2016-01-071-0/+2
| * A test that I'll fix soonNed Batchelder2016-01-071-0/+19
| * Bytecode not byte codeNed Batchelder2016-01-071-1/+3
| * Remove the old bytecode-based branch analyzerNed Batchelder2016-01-061-2/+1
| * Test continue/finallyNed Batchelder2016-01-061-0/+20
| * Add some tests for uncovered casesNed Batchelder2016-01-063-4/+26
| * Tweak the conditional for the start-point of dictcompsNed Batchelder2016-01-051-2/+2
| * Support while-elseNed Batchelder2016-01-051-0/+16
| * Support comprehensions betterNed Batchelder2016-01-041-0/+48
| * Use delayed_assertions() when checking arcsNed Batchelder2016-01-041-11/+17
| * Add a delayed_assertions context managerNed Batchelder2016-01-041-1/+42
| * Fix arcs for function and class decoratorsNed Batchelder2016-01-031-0/+47
| * No reason to skip this testNed Batchelder2016-01-021-2/+1
| * Remove unused importsNed Batchelder2016-01-021-4/+0
| * Merge in the default branchNed Batchelder2016-01-027-71/+98
| |\
| * | Support returning through a finallyNed Batchelder2016-01-021-0/+15
| * | Fix another test changed by better try-except measurementNed Batchelder2016-01-021-1/+1
| * | Better exception support, include except-except arcs, and except-elseNed Batchelder2016-01-022-19/+57
| * | Coding declarations are a pain in the assNed Batchelder2016-01-021-0/+9
| * | Handle yield-from and await. All tests passNed Batchelder2016-01-021-9/+11
| * | Remove some async tests we aren't going to useNed Batchelder2016-01-011-97/+3
| * | Clean up after making arcz_missing and arcz_unpredicted default to empty.Ned Batchelder2016-01-012-63/+57
| * | check_coverage now assumes empty missing and unpredicted, and uses branch alwaysNed Batchelder2016-01-013-12/+35
| * | Remove temporary ast_differsNed Batchelder2016-01-012-5/+0
| * | test_arcs now passes for all Python versionsNed Batchelder2016-01-011-1/+5
| * | All test_arcs.py tests pass on py27 and py35Ned Batchelder2016-01-011-5/+20
| * | Support 'with'Ned Batchelder2016-01-011-1/+1
| * | Support classdef and some async keywordsNed Batchelder2015-12-311-3/+5
| * | Support exception arcs on py2, where the ast still has separate TryExcept and...Ned Batchelder2015-12-311-6/+2
| * | Make other comprehensions work on py2 and py3Ned Batchelder2015-12-311-1/+36
| * | Exception tests pass on py3Ned Batchelder2015-12-312-32/+49
| * | Execution flows from the end of exception handlers to the finallyNed Batchelder2015-12-281-2/+44
| * | A start on try/except/finallyNed Batchelder2015-12-241-0/+18
| * | WIP: measure branches with ast instead of bytecodeNed Batchelder2015-12-242-0/+179
* | | Fix another form-feed problem, #461Ned Batchelder2016-01-051-0/+16
| |/ |/|