| 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 | -465/+0 |
* | Get rid of import craziness in the tests. | Ned Batchelder | 2012-12-30 | 1 | -2/+2 |
* | 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 |
* | Use '# pragma: nested' for lines not covered due to nested coverage. | Ned Batchelder | 2012-12-02 | 1 | -2/+2 |
* | Switch to our own prama syntax, so the tests can use the std without getting ... | Ned Batchelder | 2012-12-01 | 1 | -2/+2 |
* | Refactor a bunch of tests to isolate the recursive coverage calls. | Ned Batchelder | 2012-11-29 | 1 | -7/+19 |
* | This is useful during debugging. | Ned Batchelder | 2012-11-21 | 1 | -0/+6 |
* | Make a mixin for a test: super is hard, let's go shopping. | Ned Batchelder | 2012-10-27 | 1 | -0/+4 |
* | Control the test better; don't use os when cleaning up the path | Ned Batchelder | 2011-08-08 | 1 | -1/+1 |
* | A fullcoverage tracer that works. Events are stashed, then replayed when cov... | Ned Batchelder | 2011-08-08 | 1 | -1/+1 |
* | 2.7's unittest is more helpful with long messages. | Ned Batchelder | 2011-07-04 | 1 | -0/+3 |
* | Remove a bunch of warnings from pylint. | Ned Batchelder | 2011-05-31 | 1 | -2/+5 |
* | Better handling of the partial-branch exclusion regexes. Finishes issue #113. | Ned Batchelder | 2011-05-31 | 1 | -2/+5 |
* | Incremental HTML generation. Some cleanup would be good. | Ned Batchelder | 2011-03-24 | 1 | -1/+21 |
* | Add a test helper for checking on the existence of files. | Ned Batchelder | 2011-03-22 | 1 | -0/+10 |
* | All tests should restore sys.path | Ned Batchelder | 2011-03-20 | 1 | -5/+6 |
* | A file opened in 'b' mode needs bytes, not strings. Try to do this in a clea... | Ned Batchelder | 2011-03-15 | 1 | -1/+2 |
* | Ugh, newb mistake: Windows needs the b flag to tightly control the bytes in t... | Ned Batchelder | 2011-03-13 | 1 | -1/+1 |
* | Pylint 0.23.0 'deprecated' disable-msg. | Ned Batchelder | 2011-02-01 | 1 | -2/+2 |
* | A bunch more places where a file close should be in a finally clause. | Ned Batchelder | 2011-01-30 | 1 | -2/+4 |
* | A test for parsing files with different line endings. | Ned Batchelder | 2011-01-30 | 1 | -2/+5 |
* | Some prep work for finding completely uncovered files. | Ned Batchelder | 2010-08-30 | 1 | -0/+6 |
* | Python 3.2 doctest expects stdout to have an encoding. | Ned Batchelder | 2010-08-01 | 1 | -2/+4 |
* | Re-vamp the tests for omit and include, and add source. | Ned Batchelder | 2010-06-21 | 1 | -2/+2 |
* | Give this helper function a better name, it's confused me too many times. | Ned Batchelder | 2010-06-21 | 1 | -3/+8 |
* | The 'source' option is a list of directories or packages to limit coverage's ... | Ned Batchelder | 2010-06-13 | 1 | -1/+5 |
* | Format the code to pylint's liking, and fix up the docstrings for omit and in... | Ned Batchelder | 2010-05-15 | 1 | -1/+1 |
* | Hook up omit and include to the run command. Test the new cmdline behavior a... | Ned Batchelder | 2010-05-15 | 1 | -0/+8 |
* | Properly record multiple exits separately. Fixes #62. | Ned Batchelder | 2010-04-27 | 1 | -7/+29 |
* | make_files is more useful if it can do subdirectories too. | Ned Batchelder | 2010-03-20 | 1 | -1/+7 |
* | Who would have thought getting missing environment vars right would require s... | Ned Batchelder | 2010-03-13 | 1 | -2/+5 |
* | Nicer handling of missing environment variables. | Ned Batchelder | 2010-03-13 | 1 | -5/+3 |
* | When fiddling with PYTHONPATH, be prepared for it not to exist. | Ned Batchelder | 2010-03-13 | 1 | -1/+3 |
* | If the user's code calls sys.exit(), honor the request and exit with that sta... | Ned Batchelder | 2010-02-28 | 1 | -4/+31 |
* | Simplify the check_coverage function just a smidgin | Ned Batchelder | 2009-12-26 | 1 | -10/+9 |
* | Mark some lines as uncoverable, add some tests for some test methods. | Ned Batchelder | 2009-12-26 | 1 | -3/+3 |
* | Clarify the behavior of check_coverage. | Ned Batchelder | 2009-12-21 | 1 | -3/+8 |
* | lint lint | Ned Batchelder | 2009-12-20 | 1 | -1/+3 |
* | A better way to display differences between arc lists when tests fail. | Ned Batchelder | 2009-12-20 | 1 | -3/+10 |
* | Add tests for 'coverage debug data' | Ned Batchelder | 2009-12-19 | 1 | -3/+4 |
* | Clean-ups | Ned Batchelder | 2009-12-05 | 1 | -5/+5 |
* | Merged default onto config. | Ned Batchelder | 2009-12-03 | 1 | -36/+38 |
|\ |
|
| * | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -35/+35 |
| * | Fix some self-measurement problems. Now coverage_coverage.py works again (ha... | Ned Batchelder | 2009-11-29 | 1 | -6/+7 |
* | | A new way to manage changes to the environment in the unit tests. | Ned Batchelder | 2009-11-28 | 1 | -8/+36 |
|/ |
|
* | Rename our future-happy unittest methods to match their future versions, and ... | Ned Batchelder | 2009-11-26 | 1 | -1/+1 |
* | Refactor generic unittest methods into a new class. | Ned Batchelder | 2009-11-26 | 1 | -63/+3 |
* | When reporting, don't fall over if there's no data to report on. Fixes issue ... | Ned Batchelder | 2009-11-26 | 1 | -2/+27 |
* | Add a test for leaking memory in the C extension. Windows only for now, kind... | Ned Batchelder | 2009-11-22 | 1 | -1/+1 |