summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
Commit message (Expand)AuthorAgeFilesLines
* 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-021-9/+9
|\
| * Change if-0 skips to real skips in the testsNed Batchelder2015-12-251-9/+9
* | Support returning through a finallyNed Batchelder2016-01-021-0/+15
* | Better exception support, include except-except arcs, and except-elseNed Batchelder2016-01-021-7/+12
* | 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-011-42/+38
* | check_coverage now assumes empty missing and unpredicted, and uses branch alwaysNed Batchelder2016-01-011-2/+20
* | Remove temporary ast_differsNed Batchelder2016-01-011-4/+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-311-31/+48
* | 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-241-0/+178
|/
* Fix a few more occurrences of 'Coverage' to 'coverage.py'Ned Batchelder2015-07-271-1/+1
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
* Refactor collector->data; data has only one of lines and arcs.Ned Batchelder2015-07-181-1/+1
* is better thanNed Batchelder2015-07-141-1/+1
* More reworking of the data apiNed Batchelder2015-07-121-1/+1
* Coverage._harvest_data is now Coverage.get_dataNed Batchelder2015-07-111-2/+2
* Dict literals changed in 3.5b1Ned Batchelder2015-05-271-1/+6
* Add a test with bidirectional generatorsNed Batchelder2015-04-201-0/+21
* Merge issue-324 fixNed Batchelder2015-04-201-0/+87
|\
| * Fix branch coverage for yield statements. #308 #324Ned Batchelder2015-04-201-0/+87
* | Use a windows-friendly way to find files in line_dataNed Batchelder2015-02-221-3/+2
* | Don't report negative line numbers through get_line_dataNed Batchelder2015-02-191-0/+24
* | Properly handle crazy-long code objects. #359Ned Batchelder2015-02-171-0/+21
|/
* Fully embrace SkipTest with our own method.Ned Batchelder2015-02-071-22/+23
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-5/+6
* Accept more kinds of whitespace in pragmas. #334Ned Batchelder2014-11-271-2/+4
* We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-191-63/+54
* Skip bug212 on py3, it isn't fixed yet.Ned Batchelder2013-09-151-1/+3
* Branch coverage improvement, fixes #90. Bug #212 fixed on py2, but not py3.Ned Batchelder2013-06-091-37/+38
* Fix the new test for py3, and add a test for #212.Ned Batchelder2013-05-031-3/+23
* Add a (failing) test for #146.Ned Batchelder2013-05-011-0/+12
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2013-02-021-1/+1
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-0/+578