Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move the context determiner to its own file | Ned Batchelder | 2018-09-28 | 1 | -8/+1 | |
| | ||||||
* | Oops, remove noisy debugging code | Ned Batchelder | 2018-09-28 | 1 | -2/+0 | |
| | ||||||
* | Merge branch 'nedbat/dynamic-contexts' | Ned Batchelder | 2018-09-24 | 1 | -0/+20 | |
|\ | ||||||
| * | Dynamic contexts | Ned Batchelder | 2018-09-23 | 1 | -0/+20 | |
| | | ||||||
* | | Fix a versionadded comment | Ned Batchelder | 2018-09-23 | 1 | -2/+2 | |
|/ | ||||||
* | Change measured_files to a set | Ned Batchelder | 2018-09-21 | 1 | -7/+3 | |
| | ||||||
* | Set the context in the data | Ned Batchelder | 2018-09-21 | 1 | -3/+2 | |
| | ||||||
* | Collector has a CoverageData | Ned Batchelder | 2018-09-18 | 1 | -1/+5 | |
| | ||||||
* | Plumb through context= setting | Ned Batchelder | 2018-09-18 | 1 | -2/+4 | |
| | ||||||
* | Tidy up | Ned Batchelder | 2018-09-08 | 1 | -1/+0 | |
| | ||||||
* | Clarify report() arguments | Ned Batchelder | 2018-09-08 | 1 | -2/+12 | |
| | ||||||
* | Remove aspectlib debugging | Ned Batchelder | 2018-09-04 | 1 | -1/+1 | |
| | ||||||
* | Put back an always-on indication of the tracer available | Ned Batchelder | 2018-08-30 | 1 | -1/+2 | |
| | ||||||
* | Show the contents of the config file | Ned Batchelder | 2018-08-30 | 1 | -0/+6 | |
| | ||||||
* | question marks aren't as good as -none- | Ned Batchelder | 2018-08-27 | 1 | -1/+1 | |
| | ||||||
* | An environment-controllable way to turn on call debugging | Ned Batchelder | 2018-08-27 | 1 | -4/+7 | |
| | ||||||
* | Create the debug file more centrally | Ned Batchelder | 2018-08-27 | 1 | -6/+0 | |
| | | | | This helps ensure that all debugging output goes into a single file. | |||||
* | Formalize some more debugging tools I've been keeping to the side | Ned Batchelder | 2018-08-27 | 1 | -0/+4 | |
| | ||||||
* | Better sys_info: pid, and a more understandable name. | Ned Batchelder | 2018-08-26 | 1 | -2/+3 | |
| | ||||||
* | A good way to solve the load-parallel pytestcov situation? | Ned Batchelder | 2018-08-25 | 1 | -2/+5 | |
| | ||||||
* | Fix the pytest-cov test | Ned Batchelder | 2018-08-24 | 1 | -0/+3 | |
| | ||||||
* | Refactor initialization | Ned Batchelder | 2018-08-14 | 1 | -84/+108 | |
| | | | | | | | 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. | |||||
* | Merge branch 'master' into nedbat/data-sqlite | Ned Batchelder | 2018-08-07 | 1 | -6/+0 | |
|\ | ||||||
| * | Remove use_cache | Ned Batchelder | 2018-08-05 | 1 | -6/+0 | |
| | | ||||||
* | | Pull combine_parallel_data out of CoverageData | Ned Batchelder | 2018-08-04 | 1 | -2/+2 | |
| | | ||||||
* | | CoverageData now also handles file operations | Ned Batchelder | 2018-07-23 | 1 | -12/+8 | |
|/ | ||||||
* | Be stricter about self._data | Ned Batchelder | 2018-07-08 | 1 | -20/+16 | |
| | ||||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 | |
| | ||||||
* | Slight refactor of how we look for configuration files | Ned Batchelder | 2018-03-19 | 1 | -4/+5 | |
| | ||||||
* | Private attributes should be indicated (debug) | Ned Batchelder | 2018-03-13 | 1 | -19/+19 | |
| | ||||||
* | Private attributes should be indicated (plugins) | Ned Batchelder | 2018-03-13 | 1 | -11/+11 | |
| | ||||||
* | Private attributes should be indicated, and same-named things should be ↵ | Ned Batchelder | 2018-03-13 | 1 | -12/+12 | |
| | | | | separated | |||||
* | Private attributes should be indicated | Ned Batchelder | 2018-03-13 | 1 | -17/+17 | |
| | ||||||
* | Private attributes should be indicated | Ned Batchelder | 2018-03-13 | 1 | -2/+2 | |
| | ||||||
* | check_preimported=True controls whether coverage checks pre-imported files ↵ | Ned Batchelder | 2018-03-06 | 1 | -7/+12 | |
| | | | | when starting | |||||
* | A more disciplined way to manage inorout | Ned Batchelder | 2018-03-04 | 1 | -12/+13 | |
| | | | | | --HG-- branch : inorout | |||||
* | More uniformity | Ned Batchelder | 2018-02-26 | 1 | -2/+1 | |
| | | | | | --HG-- branch : inorout | |||||
* | Huge refactor of code out of control into inorout | Ned Batchelder | 2018-02-25 | 1 | -436/+21 | |
| | | | | | --HG-- branch : inorout | |||||
* | Refactoring to prep for more refactoring | Ned Batchelder | 2018-02-24 | 1 | -7/+7 | |
| | ||||||
* | A new warning for files already imported before coverage starts | Ned Batchelder | 2018-02-20 | 1 | -24/+53 | |
| | ||||||
* | Configurer plugins should be reported by --debug=sys | Ned Batchelder | 2018-02-10 | 1 | -7/+11 | |
| | ||||||
* | Don't ask all plugins about executable files, only ask file tracers | Ned Batchelder | 2018-02-10 | 1 | -1/+1 | |
| | ||||||
* | Oops, omitting inside a source package didn't work. Now it does. #638 | Ned Batchelder | 2018-02-10 | 1 | -3/+1 | |
| | ||||||
* | A new kind of plug-in: configurers. #563 | Ned Batchelder | 2018-01-06 | 1 | -6/+15 | |
| | ||||||
* | Remove an unneeded call | Ned Batchelder | 2017-12-23 | 1 | -3/+1 | |
| | ||||||
* | Add the latest warning to the docs, and give them consistent punctuation | Ned Batchelder | 2017-10-24 | 1 | -1/+1 | |
| | ||||||
* | Make the warning about --include and --source be a real warning | Ned Batchelder | 2017-10-24 | 1 | -1/+1 | |
| | ||||||
* | Move the --source and --include check so it's only during 'run' | Ned Batchelder | 2017-10-24 | 1 | -2/+3 | |
| | ||||||
* | * --source and --include are mutually exclusive (take 2) #265 | loic@dachary.org | 2017-01-07 | 1 | -7/+10 | |
| | | | | | close #265 close #101 | |||||
* | Don't warn that namespace packages have no code. #572 | Ned Batchelder | 2017-05-04 | 1 | -12/+32 | |
| | | | | | --HG-- extra : amend_source : 68f6e0ab140e77ede11bb40dc2ac515cfb6f2333 |