summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
...
| * Dynamic contextsNed Batchelder2018-09-236-40/+55
| |
* | Fix a versionadded commentNed Batchelder2018-09-231-2/+2
|/
* Merge branch 'nedbat/contexts'Ned Batchelder2018-09-216-45/+147
|\
| * More debugging.Ned Batchelder2018-09-212-0/+12
| |
| * Combining contexts worksNed Batchelder2018-09-211-22/+52
| |
| * measured_contexts() and two simple tests of the global contextNed Batchelder2018-09-212-11/+21
| |
| * Change measured_files to a setNed Batchelder2018-09-213-12/+8
| |
| * Set the context in the dataNed Batchelder2018-09-213-5/+8
| |
| * SqlData can set_contextNed Batchelder2018-09-181-0/+14
| |
| * Collector has a CoverageDataNed Batchelder2018-09-182-6/+18
| |
| * Plumb through context= settingNed Batchelder2018-09-183-2/+13
| |
| * Super-simple contexts added to the schemaNed Batchelder2018-09-181-7/+21
| |
* | Clarify an error messageNed Batchelder2018-09-191-1/+1
| |
* | Fix cyclic importNed Batchelder2018-09-131-1/+2
| |
* | Check for import orderNed Batchelder2018-09-131-3/+3
| |
* | Name decorator components to avoid docstring requirementNed Batchelder2018-09-092-9/+8
| |
* | No need for a separate variableNed Batchelder2018-09-091-2/+1
| |
* | SimpleReprMixin is a better nameNed Batchelder2018-09-093-7/+7
|/
* Keep windows working in the face of bizarre errorsNed Batchelder2018-09-091-1/+3
|
* Defaultable variable substitutionNed Batchelder2018-09-081-5/+10
|
* Py2 doesn't like using unmatched groups in regex resultsNed Batchelder2018-09-081-1/+1
|
* Strict variable substitution is now an optionNed Batchelder2018-09-081-2/+11
|
* Move variable substitution to be independentNed Batchelder2018-09-082-17/+39
|
* Tidy upNed Batchelder2018-09-082-2/+0
|
* Clarify report() argumentsNed Batchelder2018-09-081-2/+12
|
* Finish removing aspectlibNed Batchelder2018-09-061-4/+0
|
* Remove aspectlib debuggingNed Batchelder2018-09-042-38/+1
|
* Bump versionNed Batchelder2018-09-031-1/+1
|
* SQLite on py2 doesn't like opening files with non-ascii chars in the pathNed Batchelder2018-09-021-1/+5
|
* Move fiddly fnmatch logic into its own testable functionNed Batchelder2018-09-021-25/+37
|
* Don't keep the sqlite db open for longNed Batchelder2018-09-021-9/+19
|
* Persist html sort order in localStorage instead of cookieFederico Bond2018-08-301-15/+6
|
* Put back an always-on indication of the tracer availableNed Batchelder2018-08-301-1/+2
|
* Show the contents of the config fileNed Batchelder2018-08-302-0/+9
|
* Fix the aggressive singleton that broke the test suite in 3c54d840Ned Batchelder2018-08-301-11/+18
|
* question marks aren't as good as -none-Ned Batchelder2018-08-271-1/+1
|
* SQLite storage detects forksNed Batchelder2018-08-271-5/+16
|
* An environment-controllable way to turn on call debuggingNed Batchelder2018-08-271-4/+7
|
* Create the debug file more centrallyNed Batchelder2018-08-272-12/+8
| | | | This helps ensure that all debugging output goes into a single file.
* Formalize some more debugging tools I've been keeping to the sideNed Batchelder2018-08-272-1/+77
|
* Better sys_info: pid, and a more understandable name.Ned Batchelder2018-08-261-2/+3
|
* Tests of the schema checkingNed Batchelder2018-08-261-3/+3
|
* Check the schema version, no more app_idNed Batchelder2018-08-261-19/+17
|
* A good way to solve the load-parallel pytestcov situation?Ned Batchelder2018-08-251-2/+5
|
* Merge branch 'nedbat/data-sqlite'Ned Batchelder2018-08-248-274/+736
|\
| * Fix the pytest-cov testNed Batchelder2018-08-241-0/+3
| |
| * Make SQLite the default storageNed Batchelder2018-08-241-1/+1
| |
| * When we trimmed trailing whitespace, we lost the last newline. Put it back.Ned Batchelder2018-08-241-1/+1
| |
| * Stop using farm/src for HTML tests.Ned Batchelder2018-08-241-1/+1
| |
| * PyPy needs to close cursors from pragmasNed Batchelder2018-08-241-2/+5
| |