| 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 | 1 | -575/+0 |
* | Mark expected-failure tests as such | Ned Batchelder | 2013-01-01 | 1 | -2/+2 |
* | Get rid of import craziness in the tests. | Ned Batchelder | 2012-12-30 | 1 | -2/+1 |
* | 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 |
* | One more test, to prove that bug #220 is invalid. | Ned Batchelder | 2012-12-23 | 1 | -0/+40 |
* | Retro-fit onto 2.3 and 2.4 again. | Ned Batchelder | 2012-12-19 | 1 | -5/+7 |
* | 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 |
* | Fix a typo in a test name | Ned Batchelder | 2012-12-08 | 1 | -1/+1 |
* | A test that subprocess measurement works. | Ned Batchelder | 2012-12-03 | 1 | -2/+56 |
* | Spaces | Ned Batchelder | 2012-12-02 | 1 | -1/+1 |
* | A bunch of tweaks to improve coverage | Ned Batchelder | 2012-12-01 | 1 | -2/+5 |
* | Create coverage-X.Y aliases also. Closes #111. | Ned Batchelder | 2012-11-17 | 1 | -1/+15 |
* | Merged in JulianB/coverage.py/coverage3 (pull request #12), and added docs an... | Ned Batchelder | 2012-11-16 | 1 | -0/+9 |
|\ |
|
* | | A faster way to get the actual path of Windows files, especially when operati... | Ned Batchelder | 2012-11-11 | 1 | -2/+2 |
* | | No longer see a mysterious exception when not able to run code: AttributeErro... | Ned Batchelder | 2012-11-11 | 1 | -0/+2 |
* | | More converstion to assertIn and assertNotIn. | Ned Batchelder | 2012-11-11 | 1 | -12/+12 |
* | | A work-in-progress for #207, a minor improvement, and a commented-out test th... | Ned Batchelder | 2012-11-08 | 1 | -0/+9 |
* | | pylint clean-up. | Ned Batchelder | 2012-11-03 | 1 | -14/+14 |
* | | Issue #139: Now the report, html, and xml commands take a --fail-under=MIN sw... | Ned Batchelder | 2012-11-03 | 1 | -0/+33 |
|/ |
|
* | Make the tests pass on 3.3.0a1 | Ned Batchelder | 2012-03-25 | 1 | -1/+4 |
* | All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, a... | Ned Batchelder | 2012-03-20 | 1 | -0/+4 |
* | Make stuff work in other Python versions. Some stuff isn't *quite* right <2.... | Ned Batchelder | 2011-10-30 | 1 | -5/+6 |
* | Make execution with -m match Python more closely. | Ned Batchelder | 2011-10-30 | 1 | -0/+6 |
* | Fix the [paths] feature to actually work for reporting. | Ned Batchelder | 2011-09-03 | 1 | -1/+3 |
* | And also keep Py3.x happy... | Ned Batchelder | 2011-08-23 | 1 | -2/+2 |
* | More windows tweaking. | Ned Batchelder | 2011-08-23 | 1 | -1/+4 |
* | Finished implementation of path aliases for combining data files. #17. | Ned Batchelder | 2011-08-23 | 1 | -0/+46 |
* | Control the test better; don't use os when cleaning up the path | Ned Batchelder | 2011-08-08 | 1 | -20/+25 |
* | A fullcoverage tracer that works. Events are stashed, then replayed when cov... | Ned Batchelder | 2011-08-08 | 1 | -0/+20 |
* | Minor tweak to a warning. | Ned Batchelder | 2011-06-04 | 1 | -1/+1 |
* | The current directory auto-inserted into sys.path is now absolute, to better ... | Ned Batchelder | 2011-05-21 | 1 | -0/+7 |
* | Add a test helper for checking on the existence of files. | Ned Batchelder | 2011-03-22 | 1 | -13/+13 |
* | A different (better) way to avoid warnings when no code has been run. | Ned Batchelder | 2011-02-12 | 1 | -1/+1 |
* | Don't warn about not collecting data if we never ran any code in the first pl... | Ned Batchelder | 2011-02-07 | 1 | -0/+10 |
* | Make this message simpler and clearer. | Ned Batchelder | 2011-02-07 | 1 | -2/+2 |
* | Make sure we can get multiple warnings of the same kind. | Ned Batchelder | 2010-11-06 | 1 | -1/+2 |
* | If you called sys.exit() with no argument, coverage.py got tangled. Thanks, ... | Ned Batchelder | 2010-09-18 | 1 | -0/+17 |
* | Fix this test: can't guarantee the order of stdout and stderr in the output. | Ned Batchelder | 2010-07-12 | 1 | -6/+3 |
* | Move the warnings to get them in more cases, and test one of those cases. | Ned Batchelder | 2010-06-23 | 1 | -0/+17 |
* | All tests now use underscore names instead of some having camelCase names. | Ned Batchelder | 2010-06-18 | 1 | -3/+3 |
* | Calculate the pid suffix for data files at the end of the process so that pro... | Ned Batchelder | 2010-03-20 | 1 | -1/+1 |
* | A successful fork.py will have 9 lines executed. | Ned Batchelder | 2010-03-18 | 1 | -1/+1 |
* | A test for issue #56. | Ned Batchelder | 2010-03-18 | 1 | -0/+40 |
* | Reports now emphasize missed lines over executed lines, since those are more ... | Ned Batchelder | 2010-03-13 | 1 | -2/+2 |
* | Don't let parallel=True prevent reporting. Fixes #49. | Ned Batchelder | 2010-03-06 | 1 | -7/+8 |
* | If the user's code calls sys.exit(), honor the request and exit with that sta... | Ned Batchelder | 2010-02-28 | 1 | -5/+18 |
* | Spaces | Ned Batchelder | 2010-02-24 | 1 | -1/+1 |
* | Clarify a comment | Ned Batchelder | 2010-02-24 | 1 | -2/+2 |