| 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 | -571/+0 |
* | Mark expected-failure tests as such | Ned Batchelder | 2013-01-01 | 1 | -1/+1 |
* | 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 | 1 | -2/+1 |
* | Preventing double harvesting was keeping the nose plugin from working. Not s... | Ned Batchelder | 2012-12-28 | 1 | -0/+39 |
* | Use '# pragma: nested' for lines not covered due to nested coverage. | Ned Batchelder | 2012-12-02 | 1 | -6/+6 |
* | A bunch of tweaks to improve coverage | Ned Batchelder | 2012-12-01 | 1 | -6/+6 |
* | Refactor a bunch of tests to isolate the recursive coverage calls. | Ned Batchelder | 2012-11-29 | 1 | -39/+13 |
* | Branch coverage is computed more accurately, #156. | Ned Batchelder | 2012-11-19 | 1 | -1/+2 |
* | No longer see a mysterious exception when not able to run code: AttributeErro... | Ned Batchelder | 2012-11-11 | 1 | -0/+1 |
* | More converstion to assertIn and assertNotIn. | Ned Batchelder | 2012-11-11 | 1 | -1/+1 |
* | Add in assertNotIn. | Ned Batchelder | 2012-11-10 | 1 | -6/+2 |
* | One more way to be picky: no final blank lines. | Ned Batchelder | 2012-10-30 | 1 | -1/+1 |
* | py3 is strict about modifying lists you're iterating. | Ned Batchelder | 2012-10-29 | 1 | -1/+1 |
* | Fix #163: embarassingly, the wildcards for include and omit didn't work prope... | Ned Batchelder | 2012-10-29 | 1 | -94/+92 |
* | Merged | Ned Batchelder | 2012-10-27 | 1 | -4/+8 |
|\ |
|
| * | Make a mixin for a test: super is hard, let's go shopping. | Ned Batchelder | 2012-10-27 | 1 | -4/+8 |
* | | A more convenient asserter | Ned Batchelder | 2012-10-21 | 1 | -17/+13 |
* | | Minor style tweaks | Ned Batchelder | 2012-10-21 | 1 | -2/+2 |
|/ |
|
* | You can include files in the Python installation, and they will be measured. | Ned Batchelder | 2011-08-03 | 1 | -5/+22 |
* | The number of missed branches reported on the HTML summary page didn't match ... | Ned Batchelder | 2011-08-02 | 1 | -0/+33 |
* | Move some test modules to keep them out of pylint's hair. | Ned Batchelder | 2011-06-01 | 1 | -1/+1 |
* | Better handling of the partial-branch exclusion regexes. Finishes issue #113. | Ned Batchelder | 2011-05-31 | 1 | -1/+34 |
* | Since people make this mistake, and it's mysterious: accept a single string f... | Ned Batchelder | 2011-04-25 | 1 | -0/+18 |
* | Remove trailing spaces | Ned Batchelder | 2011-03-24 | 1 | -2/+2 |
* | --omit and --include now interpret their values more usefully. Fixes #121. | Ned Batchelder | 2011-03-21 | 1 | -27/+76 |
* | Pylint 0.23.0 'deprecated' disable-msg. | Ned Batchelder | 2011-02-01 | 1 | -1/+1 |
* | Now completely unexecuted source files can be included in reporting. Specify... | Ned Batchelder | 2010-09-03 | 1 | -0/+5 |
* | Some prep work for finding completely uncovered files. | Ned Batchelder | 2010-08-30 | 1 | -0/+1 |
* | Python 3.2 doesn't make .pyc files in the local dir any more, so be more flex... | Ned Batchelder | 2010-08-01 | 1 | -13/+29 |
* | Re-vamp the tests for omit and include, and add source. | Ned Batchelder | 2010-06-21 | 1 | -60/+55 |
* | Give this helper function a better name, it's confused me too many times. | Ned Batchelder | 2010-06-21 | 1 | -15/+15 |
* | All tests now use underscore names instead of some having camelCase names. | Ned Batchelder | 2010-06-18 | 1 | -17/+18 |
* | Isolate old-style singleton api tests. | Ned Batchelder | 2010-06-18 | 1 | -21/+28 |
* | Update our own covcov.ini to properly omit files the new way. | Ned Batchelder | 2010-05-24 | 1 | -1/+1 |
* | Omit and include are now filename patterns rather than prefixes. BACKWARD IN... | Ned Batchelder | 2010-05-23 | 1 | -4/+4 |
* | Format the code to pylint's liking, and fix up the docstrings for omit and in... | Ned Batchelder | 2010-05-15 | 1 | -1/+3 |
* | Hook up omit and include to the run command. Test the new cmdline behavior a... | Ned Batchelder | 2010-05-15 | 1 | -0/+69 |
* | Reports now emphasize missed lines over executed lines, since those are more ... | Ned Batchelder | 2010-03-13 | 1 | -5/+5 |
* | Parallel mode can be set from the .coveragerc file. | Ned Batchelder | 2010-01-03 | 1 | -1/+1 |
* | Mark some lines as uncoverable, add some tests for some test methods. | Ned Batchelder | 2009-12-26 | 1 | -22/+22 |
* | I never liked the assert_ method anyway. Use assertTrue and assertFalse inst... | Ned Batchelder | 2009-12-13 | 1 | -1/+1 |
* | Merged default onto config. | Ned Batchelder | 2009-12-03 | 1 | -16/+19 |
|\ |
|
| * | Massive eol whitespace clean-up. | Ned Batchelder | 2009-12-02 | 1 | -16/+16 |
| * | Fix some self-measurement problems. Now coverage_coverage.py works again (ha... | Ned Batchelder | 2009-11-29 | 1 | -0/+3 |
* | | Add data_file to the .coveragerc file. | Ned Batchelder | 2009-11-28 | 1 | -0/+20 |
* | | Read a config file to get some of our configuration. | Ned Batchelder | 2009-11-28 | 1 | -1/+1 |
|/ |
|
* | Rename our future-happy unittest methods to match their future versions, and ... | Ned Batchelder | 2009-11-26 | 1 | -6/+6 |
* | CamelCase looks weird, switch to underscore_separated. | Ned Batchelder | 2009-10-16 | 1 | -21/+21 |