Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | close #265 close #101 | |||||
* | 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 | |
| | | | | | --HG-- extra : amend_source : 68f6e0ab140e77ede11bb40dc2ac515cfb6f2333 | |||||
* | 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 | |
| | | | | | Without these cov.stop() calls, the collector stack is wrong when doing meta-coverage. | |||||
* | 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 | |
|\ | | | | | | | make --source module do the same as --source directory #426 | |||||
| * | simplify --source=pkg test cases | loic@dachary.org | 2017-01-10 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | Instead of adding a new test, fix the existing test. It succeeded but was not actually testing the expected code path because pkg1 is both a directory and a package. --HG-- branch : issue-426 | |||||
* | | 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 | |
| | ||||||
* | Use file names with extensions in reports. | Ned Batchelder | 2015-01-17 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/farm/html/gold_a/a.html => tests/farm/html/gold_a/a_py.html rename : tests/farm/html/gold_b_branch/b.html => tests/farm/html/gold_b_branch/b_py.html rename : tests/farm/html/gold_bom/bom.html => tests/farm/html/gold_bom/bom_py.html rename : tests/farm/html/gold_isolatin1/isolatin1.html => tests/farm/html/gold_isolatin1/isolatin1_py.html rename : tests/farm/html/gold_omit_1/m1.html => tests/farm/html/gold_omit_1/m1_py.html rename : tests/farm/html/gold_omit_1/m2.html => tests/farm/html/gold_omit_1/m2_py.html rename : tests/farm/html/gold_omit_1/m3.html => tests/farm/html/gold_omit_1/m3_py.html rename : tests/farm/html/gold_omit_1/main.html => tests/farm/html/gold_omit_1/main_py.html rename : tests/farm/html/gold_omit_2/m2.html => tests/farm/html/gold_omit_2/m2_py.html rename : tests/farm/html/gold_omit_2/m3.html => tests/farm/html/gold_omit_2/m3_py.html rename : tests/farm/html/gold_omit_2/main.html => tests/farm/html/gold_omit_2/main_py.html rename : tests/farm/html/gold_omit_3/m3.html => tests/farm/html/gold_omit_3/m3_py.html rename : tests/farm/html/gold_omit_3/main.html => tests/farm/html/gold_omit_3/main_py.html rename : tests/farm/html/gold_omit_4/m1.html => tests/farm/html/gold_omit_4/m1_py.html rename : tests/farm/html/gold_omit_4/m3.html => tests/farm/html/gold_omit_4/m3_py.html rename : tests/farm/html/gold_omit_4/main.html => tests/farm/html/gold_omit_4/main_py.html rename : tests/farm/html/gold_omit_5/m1.html => tests/farm/html/gold_omit_5/m1_py.html rename : tests/farm/html/gold_omit_5/main.html => tests/farm/html/gold_omit_5/main_py.html rename : tests/farm/html/gold_other/blah_blah_other.html => tests/farm/html/gold_other/blah_blah_other_py.html rename : tests/farm/html/gold_other/here.html => tests/farm/html/gold_other/here_py.html rename : tests/farm/html/gold_partial/partial.html => tests/farm/html/gold_partial/partial_py.html rename : tests/farm/html/gold_styled/a.html => tests/farm/html/gold_styled/a_py.html rename : tests/farm/html/gold_unicode/unicode.html => tests/farm/html/gold_unicode/unicode_py.html |