| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move the test directory to tests to avoid conflicts with the stdlib test pack... | Ned Batchelder | 2013-02-02 | 174 | -14512/+0 |
| * | More failing branch tests. | Ned Batchelder | 2013-01-12 | 1 | -4/+5 |
| * | Better understanding of how the trace function is invoked as byte codes are e... | Ned Batchelder | 2013-01-11 | 1 | -19/+25 |
| * | Simplify this test case for #175. | Ned Batchelder | 2013-01-09 | 1 | -2/+2 |
| * | Add a few failing tests for branch coverage work. | Ned Batchelder | 2013-01-01 | 1 | -0/+29 |
| * | Mark expected-failure tests as such | Ned Batchelder | 2013-01-01 | 4 | -5/+5 |
| * | A skipped failing test for #79. | Ned Batchelder | 2012-12-31 | 1 | -0/+25 |
| * | Added a test while investigating bug #79. | Ned Batchelder | 2012-12-31 | 1 | -0/+19 |
| * | Get rid of import craziness in the tests. | Ned Batchelder | 2012-12-30 | 21 | -66/+32 |
| * | This is the correct fix for #224. Data gets collected, and doesn't incur cra... | Ned Batchelder | 2012-12-29 | 1 | -1/+1 |
| * | A test to prove that the fix for #224 causes problems of its own. | Ned Batchelder | 2012-12-29 | 1 | -0/+21 |
| * | Preventing double harvesting was keeping the nose plugin from working. Not s... | Ned Batchelder | 2012-12-28 | 1 | -0/+39 |
| * | One more test, to prove that bug #220 is invalid. | Ned Batchelder | 2012-12-23 | 1 | -0/+40 |
| * | Clean up debugging stuff | Ned Batchelder | 2012-12-21 | 1 | -3/+0 |
| * | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2012-12-21 | 2 | -0/+9 |
| |\ |
|
| | * | The egg test wasn't working properly. Thanks, py2.3, for pointing this out | Ned Batchelder | 2012-12-21 | 2 | -0/+9 |
| * | | Merged | Ned Batchelder | 2012-12-20 | 2 | -7/+9 |
| |\ \
| |/ |
|
| | * | Retro-fit onto 2.3 and 2.4 again. | Ned Batchelder | 2012-12-19 | 2 | -7/+9 |
| * | | Debugging to understand why 'trace function changed' appears. | Ned Batchelder | 2012-12-20 | 1 | -1/+5 |
| |/ |
|
| * | If we're going to skip the test during meta-coverage, then it won't be covered. | Ned Batchelder | 2012-12-10 | 1 | -1/+1 |
| * | Clean up from today's work | Ned Batchelder | 2012-12-09 | 1 | -5/+10 |
| * | Get meta-coverage working on sub-processes. | Ned Batchelder | 2012-12-09 | 1 | -0/+7 |
| * | Fix a typo in a test name | Ned Batchelder | 2012-12-08 | 1 | -1/+1 |
| * | Fix the blunt hack | Ned Batchelder | 2012-12-08 | 1 | -3/+5 |
| * | A blunt instrument for tracking down problems during testing. | Ned Batchelder | 2012-12-08 | 1 | -0/+4 |
| * | A test that subprocess measurement works. | Ned Batchelder | 2012-12-03 | 1 | -2/+56 |
| * | Spaces | Ned Batchelder | 2012-12-02 | 2 | -2/+2 |
| * | Use '# pragma: nested' for lines not covered due to nested coverage. | Ned Batchelder | 2012-12-02 | 21 | -50/+50 |
| * | A bunch of tweaks to improve coverage | Ned Batchelder | 2012-12-01 | 7 | -29/+58 |
| * | Switch to our own prama syntax, so the tests can use the std without getting ... | Ned Batchelder | 2012-12-01 | 2 | -4/+4 |
| * | Igor sets the tracers from args, use that during coverage measurement. | Ned Batchelder | 2012-11-30 | 1 | -7/+7 |
| * | Refactor a bunch of tests to isolate the recursive coverage calls. | Ned Batchelder | 2012-11-29 | 6 | -79/+43 |
| * | Fix this test | Ned Batchelder | 2012-11-28 | 1 | -2/+4 |
| * | Config files now can use environment variables. #97. | Ned Batchelder | 2012-11-25 | 1 | -0/+24 |
| * | These are obsolete. | Ned Batchelder | 2012-11-25 | 1 | -89/+0 |
| * | Add an environment variable to the sub-python test. | Ned Batchelder | 2012-11-24 | 1 | -0/+5 |
| * | 'coverage debug sys' shows the python executable, and there's a test that our... | Ned Batchelder | 2012-11-24 | 1 | -0/+17 |
| * | Cleaning up. | Ned Batchelder | 2012-11-24 | 1 | -1/+1 |
| * | Messages with filenames are not good as %r, because it doubles the backslashe... | Ned Batchelder | 2012-11-23 | 1 | -3/+3 |
| * | If a file is missing, don't show an error message with the wrong path. #60. | Ned Batchelder | 2012-11-23 | 1 | -1/+22 |
| * | Lint | Ned Batchelder | 2012-11-21 | 2 | -4/+4 |
| * | Fix IndentationErrors when parsing non-Python files. #82. | Ned Batchelder | 2012-11-21 | 1 | -17/+6 |
| * | This is useful during debugging. | Ned Batchelder | 2012-11-21 | 1 | -0/+6 |
| * | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2012-11-21 | 3 | -3/+3 |
| |\ |
|
| | * | Now package name can be empty. | Ned Batchelder | 2012-11-21 | 3 | -3/+3 |
| * | | Trying to reproduce the latest incarnation of #82 | Ned Batchelder | 2012-11-21 | 1 | -0/+29 |
| |/ |
|
| * | Moar tests for XML reporting. | Ned Batchelder | 2012-11-20 | 1 | -1/+54 |
| * | I prefer not having docstrings in test methods. | Ned Batchelder | 2012-11-20 | 1 | -7/+3 |
| * | lint lint | Ned Batchelder | 2012-11-19 | 1 | -1/+1 |
| * | Branch coverage is computed more accurately, #156. | Ned Batchelder | 2012-11-19 | 2 | -8/+31 |