| Commit message (Expand) | Author | Age | Files | Lines |
* | Put this helper in the right place | Ned Batchelder | 2018-10-16 | 1 | -6/+7 |
* | SQLite on windows has slightly different messages | Ned Batchelder | 2018-09-02 | 1 | -1/+1 |
* | Another pytest-cov test, for --append | Ned Batchelder | 2018-08-24 | 1 | -1/+10 |
* | Add a test emulating pytest-cov | Ned Batchelder | 2018-08-24 | 1 | -2/+29 |
* | SQL storage means more tests need temp directories | Ned Batchelder | 2018-08-24 | 1 | -2/+0 |
* | Be flexible, and accept either json-sourced or sql-source error messages in s... | Ned Batchelder | 2018-08-24 | 1 | -0/+4 |
* | Move line_counts out of the data classes | Ned Batchelder | 2018-08-10 | 1 | -1/+2 |
* | Check data file existence while testing combining | Ned Batchelder | 2018-08-07 | 1 | -1/+2 |
* | assert_file_count | Ned Batchelder | 2018-08-07 | 1 | -0/+3 |
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
* | 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@dachary.org | 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@dachary.org | 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 |