summaryrefslogtreecommitdiff
path: root/coverage/control.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Slight refactor of how we look for configuration filesNed Batchelder2018-03-191-4/+5
* Private attributes should be indicated (debug)Ned Batchelder2018-03-131-19/+19
* Private attributes should be indicated (plugins)Ned Batchelder2018-03-131-11/+11
* Private attributes should be indicated, and same-named things should be separ...Ned Batchelder2018-03-131-12/+12
* Private attributes should be indicatedNed Batchelder2018-03-131-17/+17
* Private attributes should be indicatedNed Batchelder2018-03-131-2/+2
* check_preimported=True controls whether coverage checks pre-imported files wh...Ned Batchelder2018-03-061-7/+12
* A more disciplined way to manage inoroutNed Batchelder2018-03-041-12/+13
* More uniformityNed Batchelder2018-02-261-2/+1
* Huge refactor of code out of control into inoroutNed Batchelder2018-02-251-436/+21
* Refactoring to prep for more refactoringNed Batchelder2018-02-241-7/+7
* A new warning for files already imported before coverage startsNed Batchelder2018-02-201-24/+53
* Configurer plugins should be reported by --debug=sysNed Batchelder2018-02-101-7/+11
* Don't ask all plugins about executable files, only ask file tracersNed Batchelder2018-02-101-1/+1
* Oops, omitting inside a source package didn't work. Now it does. #638Ned Batchelder2018-02-101-3/+1
* A new kind of plug-in: configurers. #563Ned Batchelder2018-01-061-6/+15
* Remove an unneeded callNed Batchelder2017-12-231-3/+1
* Add the latest warning to the docs, and give them consistent punctuationNed Batchelder2017-10-241-1/+1
* Make the warning about --include and --source be a real warningNed Batchelder2017-10-241-1/+1
* Move the --source and --include check so it's only during 'run'Ned Batchelder2017-10-241-2/+3
* * --source and --include are mutually exclusive (take 2) #265loic@dachary.org2017-01-071-7/+10
* Don't warn that namespace packages have no code. #572Ned Batchelder2017-05-041-12/+32