| Commit message (Expand) | Author | Age | Files | Lines |
* | Once you start unit testing setup.py, where do you stop?? | Ned Batchelder | 2012-11-12 | 1 | -1/+13 |
* | Add assertGreater to our arsenal. | Ned Batchelder | 2012-11-12 | 2 | -0/+15 |
* | Don't import coverage into setup.py to get the version number. Do something ... | Ned Batchelder | 2012-11-12 | 1 | -0/+18 |
* | 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 | 3 | -0/+4 |
* | lint | Ned Batchelder | 2012-11-11 | 2 | -3/+7 |
* | More converstion to assertIn and assertNotIn. | Ned Batchelder | 2012-11-11 | 3 | -31/+31 |
* | Windows now reports file names in their correct case. #89 and #203. | Ned Batchelder | 2012-11-11 | 1 | -0/+30 |
* | Add in assertNotIn. | Ned Batchelder | 2012-11-10 | 4 | -9/+20 |
* | Upgrading pylint means fixing more nits. | Ned Batchelder | 2012-11-10 | 5 | -9/+8 |
* | Properly test that config file HTML titles can be non-ascii. | Ned Batchelder | 2012-11-10 | 2 | -11/+39 |
* | Test that make_file can truly make a utf8 file. | Ned Batchelder | 2012-11-10 | 1 | -2/+12 |
* | Refactor the config parsing. | Ned Batchelder | 2012-11-10 | 1 | -6/+18 |
* | Now the title of the HTML report can be set. | Ned Batchelder | 2012-11-09 | 3 | -12/+46 |
* | Add assertIn for test use. | Ned Batchelder | 2012-11-09 | 2 | -1/+16 |
* | A nicer way to neuter this test. | Ned Batchelder | 2012-11-08 | 1 | -12/+13 |
* | A failure during XML reporting would leave an empty XML file behind. #210 | Ned Batchelder | 2012-11-08 | 1 | -2/+9 |
* | A work-in-progress for #207, a minor improvement, and a commented-out test th... | Ned Batchelder | 2012-11-08 | 1 | -0/+9 |
* | Ugh. Setting the xml output file in the .coveragerc file simply didn't work.... | Ned Batchelder | 2012-11-07 | 2 | -6/+35 |
* | The only good pylint is a quiet pylint | Ned Batchelder | 2012-11-05 | 2 | -1/+2 |
* | Make my backport of assertRegexpMatches truly compatible with the stdlib defi... | Ned Batchelder | 2012-11-04 | 1 | -4/+5 |
* | The old way of getting help text was just weird. | Ned Batchelder | 2012-11-04 | 1 | -0/+6 |
* | pylint clean-up. | Ned Batchelder | 2012-11-03 | 2 | -15/+17 |
* | Issue #139: Now the report, html, and xml commands take a --fail-under=MIN sw... | Ned Batchelder | 2012-11-03 | 1 | -0/+33 |
* | The reporting functions now return a float, the total percentage covered. | Ned Batchelder | 2012-11-03 | 1 | -0/+35 |
* | One more way to be picky: no final blank lines. | Ned Batchelder | 2012-10-30 | 8 | -8/+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 | 2 | -98/+95 |
* | Merged | Ned Batchelder | 2012-10-27 | 2 | -4/+12 |
|\ |
|
| * | Make a mixin for a test: super is hard, let's go shopping. | Ned Batchelder | 2012-10-27 | 2 | -4/+12 |
* | | A more convenient asserter | Ned Batchelder | 2012-10-21 | 1 | -17/+13 |
* | | Minor style tweaks | Ned Batchelder | 2012-10-21 | 1 | -2/+2 |
|/ |
|
* | Fix this test on windows. | Ned Batchelder | 2012-09-29 | 1 | -1/+5 |
* | Fix #194: a file path could have its prefix twice. | Ned Batchelder | 2012-09-08 | 1 | -0/+7 |
* | Add a positive assertion to the recent cant-parse-html test | Ned Batchelder | 2012-08-01 | 1 | -0/+1 |
* | Make the new test also run in Py3 | Ned Batchelder | 2012-07-31 | 1 | -1/+4 |
* | Finish the paperwork on Julian's patch. | Ned Batchelder | 2012-07-31 | 1 | -1/+0 |
* | Don't report coverage for non-Python source files even if __file__ says they ... | Julian Berman | 2012-07-31 | 1 | -0/+18 |
* | If the C tracer is missing during testing, make the problem immediately appar... | Ned Batchelder | 2012-07-07 | 1 | -1/+1 |
* | Add a note to MemoryLeakTest about its difficulties. | Ned Batchelder | 2012-07-04 | 1 | -1/+7 |
* | With --source=dir, dir/__init__.py need not exist any longer, but dir/sub/__i... | Ned Batchelder | 2012-07-04 | 1 | -2/+1 |
* | The gold files for the test for #179. | Ned Batchelder | 2012-05-14 | 2 | -0/+194 |
* | Add a test case for bug #179. | Ned Batchelder | 2012-05-11 | 3 | -1/+33 |
* | The [html]extra_css configuration value is a file path to a CSS file that get... | Ned Batchelder | 2012-04-20 | 7 | -1/+491 |
* | Test (and fix) the not-python errors in base Reporter. | Ned Batchelder | 2012-04-20 | 2 | -4/+46 |
* | Test (and fix) the summary reporting failures due to not being able to parse ... | Ned Batchelder | 2012-04-20 | 1 | -0/+52 |
* | Add show_missing to the config file. #173. | Ned Batchelder | 2012-04-18 | 1 | -0/+3 |
* | Make the tests pass on 3.3.0a1 | Ned Batchelder | 2012-03-25 | 1 | -1/+4 |
* | When looking for python files, don't take suspicious ones. Fixes #168. | Ned Batchelder | 2012-03-24 | 1 | -0/+1 |
* | Don't need these files, they aren't part of the comparison. | Ned Batchelder | 2012-03-22 | 9 | -1034/+0 |