summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Another use of try_execfile.py to adjustNed Batchelder2016-06-122-5/+4
* Move try_execfile.py to an unambiguous placeNed Batchelder2016-06-124-17/+26
* Use standard skipTest, which unittest-mixins will override.Ned Batchelder2016-06-1210-30/+23
* Final touch on docs for sort columnNed Batchelder2016-06-102-3/+3
* Properly handle invalid sorting optionNed Batchelder2016-06-092-3/+14
* Fix these new tests to really test the codeNed Batchelder2016-06-092-19/+64
* More tweaks to report sortingNed Batchelder2016-06-092-12/+17
* Next version will be 4.2Ned Batchelder2016-06-091-1/+1
* Move test_summary_class.py into test_summary.pyNed Batchelder2016-06-082-67/+60
* Add Dan Wandschneider for #199Ned Batchelder2016-06-081-0/+1
* Clean up #199Ned Batchelder2016-06-084-27/+29
* Make report's 'sort' option available only via the configuration file, not av...Dan Wandschneider2016-06-085-20/+7
* Use caoverage.py's canonical backwards compatibility infrastructure in new test.Dan Wandschneider2016-06-082-18/+10
* Fix test failures in Python 2.6Dan Wandschneider2016-06-081-6/+20
* Issue 199: Sort text report.Dan Wandschneider2016-06-085-5/+49
* Add unit-level test for the SummaryReporterDan Wandschneider2016-06-081-0/+53
* Not sure how to get 3.5, so let's just drop it for nowNed Batchelder2016-06-041-10/+0
* Note that test_helpers is goneNed Batchelder2016-06-041-0/+4
* Oops, broke a test.Ned Batchelder2016-06-021-1/+1
* Get 3.5 tests running on TravisNed Batchelder2016-06-021-0/+9
* Extirpate trailing spacesNed Batchelder2016-06-021-4/+4
* Finish #396.Ned Batchelder2016-06-022-2/+7
* Emit a warning when an invalid file is detected with ignore_errors=true.Matthew Boehm2016-06-023-3/+20
* Paperwork for #231Ned Batchelder2016-06-022-0/+6
* issue #231 on BB: provide more verbose error messagenland2016-06-021-1/+3
* Finish paperwork for #478Ned Batchelder2016-06-022-0/+5
* Fix __main__.py showing up in help outputscottbelden2016-06-022-0/+11
* Update changes for #454Ned Batchelder2016-06-021-1/+6
* Add Matthew Boehm to AUTHORS.txtMatthew Boehm2016-06-021-0/+1
* Add documentation for `coverage debug config`Matthew Boehm2016-06-021-2/+5
* Add support for `coverage debug config`Matthew Boehm2016-06-022-2/+13
* Bump the version to 4.1.1a1Ned Batchelder2016-06-021-1/+1
* Finish up the fix for #298Ned Batchelder2016-06-023-8/+12
* Merged in karlw00t/coverage.py/issues-298 (pull request #84)Ned Batchelder2016-06-022-2/+2
|\
| * Use the real unittest-mixins packageNed Batchelder2016-06-022-2/+2
* | Adding visual indicators to column sorting in HTML outputissues-298karlw00t2016-06-021-0/+14
|/
* Remove the test helpers into their own repoNed Batchelder2016-06-017-511/+9
* Add a method to support unittestNed Batchelder2016-05-311-0/+4
* Remove a spurious characterNed Batchelder2016-05-251-2/+2
* Coverage 4.1Ned Batchelder2016-05-210-0/+0
* Make a note of how to properly do my working treecoverage-4.1Ned Batchelder2016-05-211-0/+6
* Latest sample html reportNed Batchelder2016-05-2113-4183/+4307
* dstufft added the 3.6 classifier for me :)Ned Batchelder2016-05-211-0/+1
* Getting ready for 4.1 finalNed Batchelder2016-05-217-14/+18
* Clean upsNed Batchelder2016-05-203-2/+6
* Admit that this is an rcNed Batchelder2016-05-201-1/+1
* Keep the version of sphinx that works for now.Ned Batchelder2016-05-201-1/+1
* Use the latest of everythingNed Batchelder2016-05-204-6/+6
* Test system installation changes to get appveyor to work.Ned Batchelder2016-05-201-1/+8
* Restore Reporter.file_reporters, with a deprecation warning.Ned Batchelder2016-05-203-1/+41