| Commit message (Expand) | Author | Age | Files | Lines |
* | Pragma away some test code that won't be covered | Ned Batchelder | 2018-02-20 | 1 | -1/+1 |
* | A new warning for files already imported before coverage starts | Ned Batchelder | 2018-02-20 | 1 | -0/+1 |
* | Oops, omitting inside a source package didn't work. Now it does. #638 | Ned Batchelder | 2018-02-10 | 1 | -0/+7 |
* | One start() was missing a stop(), which caused meta issues on appveyor | Ned Batchelder | 2017-11-04 | 1 | -0/+1 |
* | Make the warning about --include and --source be a real warning | Ned Batchelder | 2017-10-24 | 1 | -5/+3 |
* | Left over import from deleting a test | Ned Batchelder | 2017-10-24 | 1 | -2/+0 |
* | * --source and --include are mutually exclusive (take 2) #265 | loic | 2017-01-07 | 1 | -0/+7 |
* | Belatedly add a test for #541, so we can fix #265 for real | Ned Batchelder | 2017-10-24 | 1 | -0/+26 |
* | Bug 581 was fixed, don't need the skipped test any more | Ned Batchelder | 2017-10-23 | 1 | -38/+0 |
* | Add a failing skipped test for #581 | Ned Batchelder | 2017-06-07 | 1 | -0/+40 |
* | Don't warn that namespace packages have no code. #572 | Ned Batchelder | 2017-05-04 | 1 | -4/+13 |
* | Refactor common test infrastructure for fiddling sys.path and finding files | Ned Batchelder | 2017-05-04 | 1 | -16/+6 |
* | Convert two warnings tests to non-process | Ned Batchelder | 2017-04-06 | 1 | -0/+43 |
* | Ugly: have to pragma away nested coverage | Ned Batchelder | 2017-03-11 | 1 | -24/+24 |
* | Cleanly stop coverage objects, for metacov | Ned Batchelder | 2017-03-11 | 1 | -0/+6 |
* | Collecting continues after saving data. #79 #448 | Ned Batchelder | 2017-03-03 | 1 | -2/+49 |
* | Use the test-specific chdir method | Ned Batchelder | 2017-02-11 | 1 | -3/+1 |
* | Get rid of an unnecessary method | Ned Batchelder | 2017-02-10 | 1 | -3/+3 |
* | Use a metaclass to convert StopEverything to SkipTest | Ned Batchelder | 2017-01-25 | 1 | -2/+2 |
* | More pragmas for test skips | Ned Batchelder | 2017-01-14 | 1 | -1/+1 |
* | Clean up for pull request #122 | Ned Batchelder | 2017-01-14 | 1 | -1/+9 |
* | Merged in dachary/coverage.py/issue-426 (pull request #122) | Ned Batchelder | 2017-01-14 | 1 | -4/+3 |
|\ |
|
| * | simplify --source=pkg test cases | loic | 2017-01-10 | 1 | -4/+3 |
* | | Jython has no multiprocessing module | Ned Batchelder | 2017-01-13 | 1 | -1/+1 |
|/ |
|
* | Don't collapse in an ascii-only file-world. #533 | Ned Batchelder | 2016-11-17 | 1 | -10/+0 |
* | Add a test for #533 | Ned Batchelder | 2016-11-17 | 1 | -0/+10 |
* | Use latest pylint | Ned Batchelder | 2016-08-07 | 1 | -3/+3 |
* | Combining twice shouldn't lose data. #412, #516 | Ned Batchelder | 2016-08-07 | 1 | -4/+27 |
* | Update pylint to 1.5.6 | Ned Batchelder | 2016-06-25 | 1 | -3/+3 |
* | Use standard skipTest, which unittest-mixins will override. | Ned Batchelder | 2016-06-12 | 1 | -2/+2 |
* | Clean ups | Ned Batchelder | 2016-05-20 | 1 | -1/+4 |
* | Restore Reporter.file_reporters, with a deprecation warning. | Ned Batchelder | 2016-05-20 | 1 | -0/+16 |
* | Correct the defaults for coverage.report(show_missing=None, skip_covered=None) | Ned Batchelder | 2016-05-08 | 1 | -1/+1 |
* | Don't get confused by namespace packages #456 | Ned Batchelder | 2016-05-08 | 1 | -0/+21 |
* | Change if-0 skips to real skips in the tests | Ned Batchelder | 2015-12-25 | 1 | -12/+11 |
* | Combining now issues warnings on unreadable files, unconditionally | Ned Batchelder | 2015-10-04 | 1 | -14/+3 |
* | Combine can now ignore errors. | Ned Batchelder | 2015-10-03 | 1 | -18/+56 |
* | A better name for this test | Ned Batchelder | 2015-10-03 | 1 | -2/+2 |
* | Fix 'filename' to be 'file name' in English. | Ned Batchelder | 2015-08-20 | 1 | -1/+1 |
* | Make FarmTestCase a real TestCase | Ned Batchelder | 2015-08-17 | 1 | -1/+2 |
* | Fix a few more occurrences of 'Coverage' to 'coverage.py' | Ned Batchelder | 2015-07-27 | 1 | -1/+1 |
* | Use the new class name | Ned Batchelder | 2015-07-27 | 1 | -22/+22 |
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -1/+4 |
* | Change CoverageData.summary() to CoverageData.line_counts() | Ned Batchelder | 2015-07-16 | 1 | -1/+1 |
* | Coverage._harvest_data is now Coverage.get_data | Ned Batchelder | 2015-07-11 | 1 | -2/+2 |
* | Correct comment | Ionel Cristian Maries | 2015-06-28 | 1 | -1/+1 |
* | Fix various assertions. | Ionel Cristian Maries | 2015-06-28 | 1 | -1/+2 |
* | Remove the module-level singleton functions. | Ned Batchelder | 2015-05-27 | 1 | -75/+0 |
* | Vertical imports | Ned Batchelder | 2015-02-09 | 1 | -1/+5 |
* | Remove (most) tearDown functions in favor of addCleanup | Ned Batchelder | 2015-02-09 | 1 | -5/+3 |