summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
Commit message (Expand)AuthorAgeFilesLines
* 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