Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use updated APIs. | Stephan Richter | 2019-06-10 | 1 | -12/+12 |
| | |||||
* | Clean up some style in #782, switch_context | Ned Batchelder | 2019-04-28 | 1 | -5/+5 |
| | |||||
* | Use pipe symbol to join static and dynamic contexts | Ned Batchelder | 2019-04-26 | 1 | -3/+3 |
| | |||||
* | Prefer assertRaisesRegex to assertRaises | Ned Batchelder | 2019-04-21 | 1 | -3/+4 |
| | |||||
* | Clean up test_plugins.py | Ned Batchelder | 2019-04-21 | 1 | -15/+16 |
| | |||||
* | Clean up unused variables | Ned Batchelder | 2019-04-21 | 1 | -10/+7 |
| | |||||
* | Fix some formatting, and assert should be expected,actual | Ned Batchelder | 2019-04-21 | 1 | -29/+43 |
| | |||||
* | Check for skipping tests before super.setUp | Ned Batchelder | 2019-04-21 | 1 | -3/+3 |
| | |||||
* | Plugin support for dynamic context (#783) | Justas Sadzevičius | 2019-04-20 | 1 | -1/+247 |
| | | | | | | | | | | | | * Introduce a new plugin type: dynamic context labels. * Test dynamic context plugins * Helper method to get full paths to measured files * Get correct filenames on all OS * Improve wording | ||||
* | Rewrite XML tests to use xml parsing instead of regexes | Ned Batchelder | 2019-03-23 | 1 | -8/+20 |
| | |||||
* | Asserts should be expected,actual | Ned Batchelder | 2018-12-24 | 1 | -2/+2 |
| | |||||
* | More tests need temp directories | Ned Batchelder | 2018-09-02 | 1 | -2/+0 |
| | |||||
* | Refactor initialization | Ned Batchelder | 2018-08-14 | 1 | -2/+4 |
| | | | | | | | We need the data file suffix when the data file is created, not when write() is called. This required separating how different pieces were initialized. The old way was dumb anyway, since it (for example) created a Collector when reporting. | ||||
* | Move line_counts out of the data classes | Ned Batchelder | 2018-08-10 | 1 | -4/+5 |
| | |||||
* | Be stricter about self._data | Ned Batchelder | 2018-07-08 | 1 | -4/+4 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Fix plugin sysinfo tests under pytracercoverage-4.5.1 | Ned Batchelder | 2018-02-10 | 1 | -1/+6 |
| | |||||
* | Configurer plugins should be reported by --debug=sys | Ned Batchelder | 2018-02-10 | 1 | -5/+7 |
| | |||||
* | Avoid a temp dir for a test that doesn't need it | Ned Batchelder | 2018-01-22 | 1 | -0/+2 |
| | |||||
* | A new kind of plug-in: configurers. #563 | Ned Batchelder | 2018-01-06 | 1 | -3/+16 |
| | |||||
* | There will be other kinds of plugins | Ned Batchelder | 2017-12-26 | 1 | -4/+4 |
| | |||||
* | One more variation on Windows | Ned Batchelder | 2017-03-31 | 1 | -0/+1 |
| | |||||
* | A test of the plugin.find_executable_files method | Ned Batchelder | 2017-03-31 | 1 | -0/+52 |
| | |||||
* | Windows has a different error message for path(float) | Ned Batchelder | 2017-03-30 | 1 | -0/+1 |
| | |||||
* | Be pickier about the expected failures from plugin tests. | Ned Batchelder | 2017-03-30 | 1 | -7/+26 |
| | |||||
* | Use new show_stderr flag so we can see errors printed to stderr during ↵ | Ned Batchelder | 2017-03-30 | 1 | -1/+0 |
| | | | | failing tests. | ||||
* | Clean up in plugin tests | Ned Batchelder | 2017-03-29 | 1 | -8/+6 |
| | |||||
* | Use standard skipTest, which unittest-mixins will override. | Ned Batchelder | 2016-06-12 | 1 | -2/+2 |
| | |||||
* | Correct the defaults for coverage.report(show_missing=None, skip_covered=None) | Ned Batchelder | 2016-05-08 | 1 | -2/+2 |
| | |||||
* | Plain-text output no longer includes trailing spaces | Ned Batchelder | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | A better way to test for warnings. | Ned Batchelder | 2015-10-03 | 1 | -11/+5 |
| | |||||
* | Add some tests of bad plugins | Ned Batchelder | 2015-09-07 | 1 | -8/+64 |
| | |||||
* | Pragmas for metacoverage | Ned Batchelder | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Add docstring for source_token_lines | Ned Batchelder | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | Change the coverage.config item-access syntax to a real method call. | Ned Batchelder | 2015-08-02 | 1 | -14/+14 |
| | | | | | The square brackets were too cute, and I couldn't figure out how to document them anyway! | ||||
* | Plugins can get built-in python reporting. | Ned Batchelder | 2015-08-01 | 1 | -0/+51 |
| | |||||
* | Better spelling. | Ned Batchelder | 2015-07-25 | 1 | -1/+1 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Change CoverageData.summary() to CoverageData.line_counts() | Ned Batchelder | 2015-07-16 | 1 | -4/+4 |
| | |||||
* | Add a test about claiming a plugin is a file tracer, when it is not. | Ned Batchelder | 2015-07-06 | 1 | -0/+13 |
| | |||||
* | Constructing the plugin is the plugin's business | Ned Batchelder | 2015-07-05 | 1 | -17/+18 |
| | |||||
* | Change how plugins are initialized. No more Plugin. Now coverage_init. | Ned Batchelder | 2015-07-05 | 1 | -19/+67 |
| | |||||
* | Clean up some pylint | Ned Batchelder | 2015-07-03 | 1 | -3/+3 |
| | |||||
* | Make sure not to call functions with an error set. | Ned Batchelder | 2015-06-03 | 1 | -1/+5 |
| | | | | | Python 3.5 is stricter about getting this right. So we have to call PyErr_Print to print and clear the error before calling the warn function. | ||||
* | Finish the plugin error checking in CTracer. | Ned Batchelder | 2015-02-28 | 1 | -0/+51 |
| | |||||
* | Handle exceptions from dynamic_source_filename. | Ned Batchelder | 2015-02-26 | 1 | -14/+28 |
| | | | | This required disabling plugins from the C tracer. | ||||
* | Ensure all FileReporter's have a .name attribute | Ned Batchelder | 2015-02-22 | 1 | -3/+69 |
| | |||||
* | Make the test a little nicer. | Ned Batchelder | 2015-02-21 | 1 | -5/+6 |
| | |||||
* | Oops, test broken by last commit. | Ned Batchelder | 2015-02-21 | 1 | -3/+7 |
| | |||||
* | Make branch=True get along with plugins. | Ned Batchelder | 2015-02-18 | 1 | -2/+27 |
| |