summaryrefslogtreecommitdiff
path: root/coverage
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
| * A better more accurate bool(data)Ned Batchelder2018-08-241-4/+1
| |
| * Get file_tracer semantics right, whewNed Batchelder2018-08-241-28/+51
| |
| * Be flexible, and accept either json-sourced or sql-source error messages in ↵Ned Batchelder2018-08-241-1/+4
| | | | | | | | some tests
| * Skip some tests for SQL for nowNed Batchelder2018-08-241-0/+3
| |
| * Use pid-random suffixes for SQL filesNed Batchelder2018-08-142-9/+16
| |
| * Move the suffix parameter, but no implementation yetNed Batchelder2018-08-141-2/+2
| |
| * Remove an unused debugging thingNed Batchelder2018-08-142-10/+1
| |
| * Refactor initializationNed Batchelder2018-08-141-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.
| * Start moving suffix to constructorNed Batchelder2018-08-121-2/+4
| |
| * Sqlite update() methodNed Batchelder2018-08-111-0/+32
| |
| * Error handling in add_file_tracersNed Batchelder2018-08-111-0/+19
| |
| * A little betterNed Batchelder2018-08-111-1/+1
| |
| * Don't add data by asking about dataNed Batchelder2018-08-111-11/+26
| |
| * Implement moreNed Batchelder2018-08-112-17/+60
| |
| * Move line_counts out of the data classesNed Batchelder2018-08-102-20/+22
| |
| * Move a common method outside the data classesNed Batchelder2018-08-103-15/+24
| |
| * Forgot an importNed Batchelder2018-08-091-0/+1
| |
| * Keep the env var naming schemeNed Batchelder2018-08-091-1/+1
| |
| * Simplify how run --append works.Ned Batchelder2018-08-091-6/+4
| | | | | | | | | | I don't know why it was using combine after, when .load before seems like the obvious way to do it.
| * Merge branch 'master' into nedbat/data-sqliteNed Batchelder2018-08-081-4/+0
| |\
| * \ Merge branch 'master' into nedbat/data-sqliteNed Batchelder2018-08-072-8/+4
| |\ \
| * | | Improved debuggingNed Batchelder2018-08-044-16/+33
| | | |
| * | | Pull combine_parallel_data out of CoverageDataNed Batchelder2018-08-042-67/+71
| | | |
| * | | Can measure and report branchesNed Batchelder2018-08-031-29/+89
| | | |