summaryrefslogtreecommitdiff
path: root/tests/test_plugins.py
Commit message (Expand)AuthorAgeFilesLines
* add testnedbat/1044AlexCLeduc2021-01-171-0/+30
* Always output TOTAL line.Judson Neer2021-01-061-0/+2
* Use set literalsNed Batchelder2021-01-031-3/+3
* Python 3.10Ned Batchelder2020-10-101-1/+5
* If a plugin is disabled, don't try to record its file tracers. #1011Ned Batchelder2020-09-131-0/+32
* Fix a missed exception handling for bad pluginsNed Batchelder2020-09-131-0/+22
* Mark tests that don't need a temp dirNed Batchelder2019-11-251-0/+2
* CoverageData.lines doesn't sort its returned listNed Batchelder2019-11-091-3/+3
* Setting query context has to be done with a separate method callNed Batchelder2019-10-021-48/+31
* Python tracer supports dynamic contexts. #846Ned Batchelder2019-09-151-35/+0
* No need for format indexes (mostly)Ned Batchelder2019-09-011-1/+1
* Update tests to use updated APIs.Stephan Richter2019-06-101-12/+12
* Clean up some style in #782, switch_contextNed Batchelder2019-04-281-5/+5
* Use pipe symbol to join static and dynamic contextsNed Batchelder2019-04-261-3/+3
* Prefer assertRaisesRegex to assertRaisesNed Batchelder2019-04-211-3/+4
* Clean up test_plugins.pyNed Batchelder2019-04-211-15/+16
* Clean up unused variablesNed Batchelder2019-04-211-10/+7
* Fix some formatting, and assert should be expected,actualNed Batchelder2019-04-211-29/+43
* Check for skipping tests before super.setUpNed Batchelder2019-04-211-3/+3
* Plugin support for dynamic context (#783)Justas Sadzevičius2019-04-201-1/+247
* Rewrite XML tests to use xml parsing instead of regexesNed Batchelder2019-03-231-8/+20
* Asserts should be expected,actualNed Batchelder2018-12-241-2/+2
* More tests need temp directoriesNed Batchelder2018-09-021-2/+0
* Refactor initializationNed Batchelder2018-08-141-2/+4
* Move line_counts out of the data classesNed Batchelder2018-08-101-4/+5
* Be stricter about self._dataNed Batchelder2018-07-081-4/+4
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Fix plugin sysinfo tests under pytracercoverage-4.5.1Ned Batchelder2018-02-101-1/+6
* Configurer plugins should be reported by --debug=sysNed Batchelder2018-02-101-5/+7
* Avoid a temp dir for a test that doesn't need itNed Batchelder2018-01-221-0/+2
* A new kind of plug-in: configurers. #563Ned Batchelder2018-01-061-3/+16
* There will be other kinds of pluginsNed Batchelder2017-12-261-4/+4
* One more variation on WindowsNed Batchelder2017-03-311-0/+1
* A test of the plugin.find_executable_files methodNed Batchelder2017-03-311-0/+52
* Windows has a different error message for path(float)Ned Batchelder2017-03-301-0/+1
* Be pickier about the expected failures from plugin tests.Ned Batchelder2017-03-301-7/+26
* Use new show_stderr flag so we can see errors printed to stderr during failin...Ned Batchelder2017-03-301-1/+0
* Clean up in plugin testsNed Batchelder2017-03-291-8/+6
* Use standard skipTest, which unittest-mixins will override.Ned Batchelder2016-06-121-2/+2
* Correct the defaults for coverage.report(show_missing=None, skip_covered=None)Ned Batchelder2016-05-081-2/+2
* Plain-text output no longer includes trailing spacesNed Batchelder2016-01-171-1/+1
* A better way to test for warnings.Ned Batchelder2015-10-031-11/+5
* Add some tests of bad pluginsNed Batchelder2015-09-071-8/+64
* Pragmas for metacoverageNed Batchelder2015-08-301-1/+1
* Add docstring for source_token_linesNed Batchelder2015-08-101-1/+1
* Change the coverage.config item-access syntax to a real method call.Ned Batchelder2015-08-021-14/+14
* Plugins can get built-in python reporting.Ned Batchelder2015-08-011-0/+51
* Better spelling.Ned Batchelder2015-07-251-1/+1
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* Change CoverageData.summary() to CoverageData.line_counts()Ned Batchelder2015-07-161-4/+4