Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactor collector->data; data has only one of lines and arcs. | Ned Batchelder | 2015-07-18 | 1 | -1/+1 | |
| | | | | | | Now the collector communicates directly with the data, and control is less involved. In the data, when measuring arcs, only arcs are stored. Lines are calculated as needed. This saves space in the data file, and is faster. | |||||
* | is better than | Ned Batchelder | 2015-07-14 | 1 | -1/+1 | |
| | ||||||
* | More reworking of the data api | Ned Batchelder | 2015-07-12 | 1 | -1/+1 | |
| | ||||||
* | Coverage._harvest_data is now Coverage.get_data | Ned Batchelder | 2015-07-11 | 1 | -2/+2 | |
| | ||||||
* | Dict literals changed in 3.5b1 | Ned Batchelder | 2015-05-27 | 1 | -1/+6 | |
| | ||||||
* | Add a test with bidirectional generators | Ned Batchelder | 2015-04-20 | 1 | -0/+21 | |
| | ||||||
* | Merge issue-324 fix | Ned Batchelder | 2015-04-20 | 1 | -0/+87 | |
|\ | ||||||
| * | Fix branch coverage for yield statements. #308 #324 | Ned Batchelder | 2015-04-20 | 1 | -0/+87 | |
| | | | | | | | | | | | | | | | | | | | | | | Turns out the "call" and "return" trace events are really "start frame" and "end frame". They happen not only when functions are entered and left, but when generators yield and resume. We aren't interested in arcs into and out of yield statements, so the trace functions look more closely to see what's really happening, and record an arc in human-friendly terms. Thanks for Mickie Betz for pushing on this bug, although her code is no longer here. :( | |||||
* | | Use a windows-friendly way to find files in line_data | Ned Batchelder | 2015-02-22 | 1 | -3/+2 | |
| | | ||||||
* | | Don't report negative line numbers through get_line_data | Ned Batchelder | 2015-02-19 | 1 | -0/+24 | |
| | | ||||||
* | | Properly handle crazy-long code objects. #359 | Ned Batchelder | 2015-02-17 | 1 | -0/+21 | |
|/ | ||||||
* | Fully embrace SkipTest with our own method. | Ned Batchelder | 2015-02-07 | 1 | -22/+23 | |
| | | | | | Also, no test is conditionally defined. They call self.skip if they should be skippped. | |||||
* | Collect all the nudgy environment checks into coverage.env | Ned Batchelder | 2015-01-18 | 1 | -5/+6 | |
| | ||||||
* | Accept more kinds of whitespace in pragmas. #334 | Ned Batchelder | 2014-11-27 | 1 | -2/+4 | |
| | ||||||
* | We only run on 2.6, 2.7, 3.2, 3.3 now. | Ned Batchelder | 2013-10-19 | 1 | -63/+54 | |
| | ||||||
* | Skip bug212 on py3, it isn't fixed yet. | Ned Batchelder | 2013-09-15 | 1 | -1/+3 | |
| | ||||||
* | Branch coverage improvement, fixes #90. Bug #212 fixed on py2, but not py3. | Ned Batchelder | 2013-06-09 | 1 | -37/+38 | |
| | ||||||
* | Fix the new test for py3, and add a test for #212. | Ned Batchelder | 2013-05-03 | 1 | -3/+23 | |
| | ||||||
* | Add a (failing) test for #146. | Ned Batchelder | 2013-05-01 | 1 | -0/+12 | |
| | ||||||
* | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2013-02-02 | 1 | -1/+1 | |
| | ||||||
* | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 1 | -1/+1 | |
| | ||||||
* | Move the test directory to tests to avoid conflicts with the stdlib test ↵ | Ned Batchelder | 2013-02-02 | 1 | -0/+578 | |
package. |