Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | These tests needed temp directories | Ned Batchelder | 2019-11-26 | 1 | -1/+3 | |
| | ||||||
* | Mark tests that don't need a temp dir | Ned Batchelder | 2019-11-25 | 1 | -5/+9 | |
| | ||||||
* | CoverageData.lines doesn't sort its returned list | Ned Batchelder | 2019-11-09 | 1 | -4/+4 | |
| | ||||||
* | A little more metacov | Ned Batchelder | 2019-11-05 | 1 | -2/+2 | |
| | ||||||
* | Exclude some nested coverage lines from coverage | Ned Batchelder | 2019-11-04 | 1 | -28/+32 | |
| | ||||||
* | Optionally skip empty files in reports | reybog90 | 2019-11-01 | 1 | -1/+2 | |
| | ||||||
* | Setting query context has to be done with a separate method call | Ned Batchelder | 2019-10-02 | 1 | -8/+8 | |
| | ||||||
* | Reporting methods shouldn't permanently change the configuration | Ned Batchelder | 2019-09-01 | 1 | -0/+11 | |
| | ||||||
* | Avoid useless or redundant db operations. Faster. | Ned Batchelder | 2019-07-07 | 1 | -15/+0 | |
| | | | | | | Moving operations into the "with self._connect" means less opening and closing of the database. Returning early if there is no data to write avoids writing empty contexts. | |||||
* | 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 | |
| |