summaryrefslogtreecommitdiff
path: root/coverage/control.py
Commit message (Expand)AuthorAgeFilesLines
* Make Analysis a context manager to properly close sqlite filesnedbat/close-dataNed Batchelder2019-07-091-8/+8
* Properly close the sqldata objectNed Batchelder2019-07-091-4/+13
* Merge branch 'master' into Fix-typoNed Batchelder2019-07-071-2/+3
|\
| * Avoid useless or redundant db operations. Faster.Ned Batchelder2019-07-071-2/+3
* | Fix typoMin ho Kim2019-07-081-1/+1
|/
* Clean up and test filtering contexts for reportingNed Batchelder2019-07-011-4/+4
* A little more about Coverage.currentNed Batchelder2019-06-291-1/+7
* New API: Coverage.current() returns the latest started instance.Ned Batchelder2019-06-251-0/+15
* No need to pass coverage/config separately everywhereNed Batchelder2019-06-171-4/+4
* Dynamic contexts can be disabled with 'none'Ned Batchelder2019-06-121-3/+4
* Extend HTML report to to show contexts for every covered line.Stephan Richter2019-06-101-2/+2
* Pass the contexts to the report command.Albertas Agejevas2019-06-101-6/+9
* Word-smith the html warningNed Batchelder2019-05-261-4/+6
* Add warning sectionS.Y. Lee2019-05-261-0/+4
* Use pylint 2.xNed Batchelder2019-05-131-2/+1
* Docs for new dynamic context techniquesNed Batchelder2019-04-281-1/+3
* Expose switch_context in coverage API (#782)Justas Sadzevičius2019-04-281-0/+16
* This method should be a function in context.pyNed Batchelder2019-04-211-34/+5
* Plugin support for dynamic context (#783)Justas Sadzevičius2019-04-201-2/+37
* Include default encodings in the debug outputNed Batchelder2018-12-231-0/+2
* Make directories for the data file if needed. #721Ned Batchelder2018-10-211-0/+1
* Helpers for making directoriesNed Batchelder2018-10-211-4/+3
* Move the context determiner to its own fileNed Batchelder2018-09-281-8/+1
* Oops, remove noisy debugging codeNed Batchelder2018-09-281-2/+0
* Merge branch 'nedbat/dynamic-contexts'Ned Batchelder2018-09-241-0/+20
|\
| * Dynamic contextsNed Batchelder2018-09-231-0/+20
* | Fix a versionadded commentNed Batchelder2018-09-231-2/+2
|/
* Change measured_files to a setNed Batchelder2018-09-211-7/+3
* Set the context in the dataNed Batchelder2018-09-211-3/+2
* Collector has a CoverageDataNed Batchelder2018-09-181-1/+5
* Plumb through context= settingNed Batchelder2018-09-181-2/+4
* Tidy upNed Batchelder2018-09-081-1/+0
* Clarify report() argumentsNed Batchelder2018-09-081-2/+12
* Remove aspectlib debuggingNed Batchelder2018-09-041-1/+1
* Put back an always-on indication of the tracer availableNed Batchelder2018-08-301-1/+2
* Show the contents of the config fileNed Batchelder2018-08-301-0/+6
* question marks aren't as good as -none-Ned Batchelder2018-08-271-1/+1
* An environment-controllable way to turn on call debuggingNed Batchelder2018-08-271-4/+7
* Create the debug file more centrallyNed Batchelder2018-08-271-6/+0
* Formalize some more debugging tools I've been keeping to the sideNed Batchelder2018-08-271-0/+4
* Better sys_info: pid, and a more understandable name.Ned Batchelder2018-08-261-2/+3
* A good way to solve the load-parallel pytestcov situation?Ned Batchelder2018-08-251-2/+5
* Fix the pytest-cov testNed Batchelder2018-08-241-0/+3
* Refactor initializationNed Batchelder2018-08-141-84/+108
* Merge branch 'master' into nedbat/data-sqliteNed Batchelder2018-08-071-6/+0
|\
| * Remove use_cacheNed Batchelder2018-08-051-6/+0
* | Pull combine_parallel_data out of CoverageDataNed Batchelder2018-08-041-2/+2
* | CoverageData now also handles file operationsNed Batchelder2018-07-231-12/+8
|/
* Be stricter about self._dataNed Batchelder2018-07-081-20/+16
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1