Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New API: Coverage.current() returns the latest started instance. | Ned Batchelder | 2019-06-25 | 1 | -0/+31 |
| | |||||
* | Remove a property that has been deprecated for three years | Ned Batchelder | 2019-06-16 | 1 | -19/+0 |
| | |||||
* | Update tests to use updated APIs. | Stephan Richter | 2019-06-10 | 1 | -4/+8 |
| | |||||
* | Use pylint 2.x | Ned Batchelder | 2019-05-13 | 1 | -3/+3 |
| | |||||
* | Clean up some style in #782, switch_context | Ned Batchelder | 2019-04-28 | 1 | -23/+18 |
| | |||||
* | Expose switch_context in coverage API (#782) | Justas Sadzevičius | 2019-04-28 | 1 | -0/+111 |
| | | | | | | | | | | | | * Expose switch_context in public API * Test switch_context * Helper method to get full paths to measured files * Get correct file paths on all OS * Note version that introduced this method | ||||
* | Prefer assertRaisesRegex to assertRaises | Ned Batchelder | 2019-04-21 | 1 | -1/+2 |
| | |||||
* | Check for skipping tests before super.setUp | Ned Batchelder | 2019-04-21 | 1 | -1/+1 |
| | |||||
* | Add a failing test for #708 | Ned Batchelder | 2019-04-15 | 1 | -0/+15 |
| | |||||
* | Move more PYVERSION to be PYBEHAVIOR | Ned Batchelder | 2019-03-24 | 1 | -1/+1 |
| | |||||
* | Make directories for the data file if needed. #721 | Ned Batchelder | 2018-10-21 | 1 | -0/+9 |
| | |||||
* | 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 ↵ | Ned Batchelder | 2018-08-24 | 1 | -0/+4 |
| | | | | some tests | ||||
* | 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 |
| | | | | | 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 |
| |