Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Hmm, sphinx changed, and it's my responsibility to set up the comma? | Ned Batchelder | 2012-11-12 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Clarify when coverage measurement actually starts. #102 | Ned Batchelder | 2012-11-12 | 2 | -3/+11 | |
| | | | | | ||||||
* | | | | | A faster way to get the actual path of Windows files, especially when ↵ | Ned Batchelder | 2012-11-11 | 2 | -31/+32 | |
| | | | | | | | | | | | | | | | | | | | | operating on lots of files in the same directory. | |||||
* | | | | | Remove odd module holding, since I think this is now fixed by always ↵ | Ned Batchelder | 2012-11-11 | 2 | -21/+6 | |
| | | | | | | | | | | | | | | | | | | | | stopping the tracers. | |||||
* | | | | | Add another ticket to the list of bugs fixed. | Ned Batchelder | 2012-11-11 | 1 | -5/+6 | |
| | | | | | ||||||
* | | | | | No longer see a mysterious exception when not able to run code: ↵ | Ned Batchelder | 2012-11-11 | 6 | -2/+13 | |
| | | | | | | | | | | | | | | | | | | | | AttributeError: 'NoneType' object has no attribute 'isabs'. #153 | |||||
* | | | | | Less noise in the test output. | Ned Batchelder | 2012-11-11 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | lint | Ned Batchelder | 2012-11-11 | 2 | -3/+7 | |
| | | | | | ||||||
* | | | | | More converstion to assertIn and assertNotIn. | Ned Batchelder | 2012-11-11 | 3 | -31/+31 | |
| | | | | | ||||||
* | | | | | WTF? | Ned Batchelder | 2012-11-11 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Windows now reports file names in their correct case. #89 and #203. | Ned Batchelder | 2012-11-11 | 6 | -4/+96 | |
| | | | | | ||||||
* | | | | | Add in assertNotIn. | Ned Batchelder | 2012-11-10 | 4 | -9/+20 | |
| | | | | | ||||||
* | | | | | Upgrading pylint means fixing more nits. | Ned Batchelder | 2012-11-10 | 12 | -18/+18 | |
| | | | | | ||||||
* | | | | | Properly test that config file HTML titles can be non-ascii. | Ned Batchelder | 2012-11-10 | 3 | -13/+48 | |
| | | | | | ||||||
* | | | | | Test that make_file can truly make a utf8 file. | Ned Batchelder | 2012-11-10 | 1 | -2/+12 | |
| | | | | | ||||||
* | | | | | A way to get rid of the .tox dirs too. | Ned Batchelder | 2012-11-10 | 1 | -0/+3 | |
| | | | | | ||||||
* | | | | | Quiet pylint | Ned Batchelder | 2012-11-10 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Refactor the config parsing. | Ned Batchelder | 2012-11-10 | 3 | -97/+101 | |
| | | | | | ||||||
* | | | | | Now the title of the HTML report can be set. | Ned Batchelder | 2012-11-09 | 11 | -22/+83 | |
| | | | | | ||||||
* | | | | | 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 | 3 | -2/+22 | |
| | | | | | ||||||
* | | | | | A work-in-progress for #207, a minor improvement, and a commented-out test ↵ | Ned Batchelder | 2012-11-08 | 2 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | | that shows the problem. | |||||
* | | | | | Ugh. Setting the xml output file in the .coveragerc file simply didn't ↵ | Ned Batchelder | 2012-11-07 | 4 | -7/+38 | |
| | | | | | | | | | | | | | | | | | | | | work. Now it does. | |||||
* | | | | | Of course, it's different on Py3. | Ned Batchelder | 2012-11-07 | 1 | -1/+4 | |
| | | | | | ||||||
* | | | | | Remove an odd sys.modules entry so that pydoc can find coverage.coverage. #206. | Ned Batchelder | 2012-11-07 | 2 | -0/+10 | |
| | | | | | ||||||
* | | | | | Automated merge with ssh://bitbucket.org/ned/coveragepy | Ned Batchelder | 2012-11-05 | 2 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Entry point | Ned Batchelder | 2012-11-05 | 2 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | 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 ↵ | Ned Batchelder | 2012-11-04 | 1 | -4/+5 | |
|/ / / / / | | | | | | | | | | | | | | | | definition | |||||
* | | | | | Refactor the command-line code. | Ned Batchelder | 2012-11-04 | 1 | -115/+148 | |
| | | | | | ||||||
* | | | | | The old way of getting help text was just weird. | Ned Batchelder | 2012-11-04 | 2 | -16/+22 | |
| | | | | | ||||||
* | | | | | Two calls with no error checking replaced by a more convenient Py_BuildValue | Ned Batchelder | 2012-11-04 | 1 | -3/+1 | |
| | | | | | ||||||
* | | | | | Forgot to update CHANGES.txt for the --fail-under switch. | Ned Batchelder | 2012-11-03 | 1 | -0/+5 | |
| | | | | | ||||||
* | | | | | pylint clean-up. | Ned Batchelder | 2012-11-03 | 3 | -15/+19 | |
| | | | | | ||||||
* | | | | | Issue #139: Now the report, html, and xml commands take a --fail-under=MIN ↵ | Ned Batchelder | 2012-11-03 | 3 | -7/+58 | |
| | | | | | | | | | | | | | | | | | | | | switch, and exit with 2 if the coverage is less than MIN. | |||||
* | | | | | The reporting functions now return a float, the total percentage covered. | Ned Batchelder | 2012-11-03 | 6 | -4/+56 | |
| | | | | | ||||||
* | | | | | Don't examine .egg-info dirs. | Ned Batchelder | 2012-11-03 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | One more way to be picky: no final blank lines. | Ned Batchelder | 2012-10-30 | 16 | -15/+5 | |
| | | | | ||||||
* | | | | 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 ↵ | Ned Batchelder | 2012-10-29 | 7 | -133/+142 | |
| | | | | | | | | | | | | | | | | properly for reporting functions. This is now fixed. | |||||
* | | | | More things to not search. | Ned Batchelder | 2012-10-28 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Silence pylint a bit. | Ned Batchelder | 2012-10-28 | 1 | -0/+4 | |
|/ / / | ||||||
* | | | Merged | Ned Batchelder | 2012-10-27 | 6 | -5/+36 | |
|\ \ \ | ||||||
| * | | | Make a mixin for a test: super is hard, let's go shopping. | Ned Batchelder | 2012-10-27 | 2 | -4/+12 | |
| | | | | ||||||
| * | | | #205: provide more helpful docstrings for the legacy singleton methods. | Ned Batchelder | 2012-10-26 | 2 | -0/+22 | |
| | | | | ||||||
| * | | | Ignore another tox directory. | Ned Batchelder | 2012-10-26 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Don't search in the doc/_build directory. | Ned Batchelder | 2012-10-17 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Pass command-line args to the testing tasks | Ned Batchelder | 2012-10-22 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | A more convenient asserter | Ned Batchelder | 2012-10-21 | 1 | -17/+13 | |
| | | | |