summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Plumb through context= settingNed Batchelder2018-09-184-3/+14
|
* Super-simple contexts added to the schemaNed Batchelder2018-09-181-7/+21
|
* Keep windows working in the face of bizarre errorsNed Batchelder2018-09-091-1/+3
|
* Fix flaky testsNed Batchelder2018-09-081-0/+6
| | | | | | On Travis, the html delta tests fail randomly, because they were pulling in pytest code, whose coverage results were changing? Not really sure why.
* Defaultable variable substitutionNed Batchelder2018-09-084-12/+26
|
* Py2 doesn't like using unmatched groups in regex resultsNed Batchelder2018-09-081-1/+1
|
* Strict variable substitution is now an optionNed Batchelder2018-09-084-11/+37
|
* Move variable substitution to be independentNed Batchelder2018-09-083-18/+56
|
* Tidy upNed Batchelder2018-09-082-2/+0
|
* Clarify report() argumentsNed Batchelder2018-09-081-2/+12
|
* Upgrade testing toolsNed Batchelder2018-09-062-3/+3
|
* Finish removing aspectlibNed Batchelder2018-09-061-4/+0
|
* Remove aspectlib debuggingNed Batchelder2018-09-042-38/+1
|
* Bump versionNed Batchelder2018-09-032-1/+7
|
* How-to fixesNed Batchelder2018-09-031-3/+1
|
* Updates for 5.0a2coverage-5.0a2Ned Batchelder2018-09-035-9/+11
|
* Polish up the change history for SQLite storageNed Batchelder2018-09-031-3/+10
|
* SQLite on py2 doesn't like opening files with non-ascii chars in the pathNed Batchelder2018-09-021-1/+5
|
* When scrubbing file names, we don't care about slash directionNed Batchelder2018-09-021-4/+13
|
* Move fiddly fnmatch logic into its own testable functionNed Batchelder2018-09-022-26/+87
|
* More tests need temp directoriesNed Batchelder2018-09-022-6/+0
|
* SQLite on windows has slightly different messagesNed Batchelder2018-09-022-3/+3
|
* More tests need clear separation of databasesNed Batchelder2018-09-021-13/+13
|
* Don't keep the sqlite db open for longNed Batchelder2018-09-021-9/+19
|
* Have to escape data going into a regex subNed Batchelder2018-08-301-3/+3
|
* Federico did the local storage changeNed Batchelder2018-08-302-0/+4
|
* Persist html sort order in localStorage instead of cookieFederico Bond2018-08-301-15/+6
|
* Fix a line lengthNed Batchelder2018-08-301-3/+3
|
* Put back an always-on indication of the tracer availableNed Batchelder2018-08-302-3/+15
|
* 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-272-7/+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-263-5/+6
|
* Merge branch 'nedbat/check-sqlite-schema'Ned Batchelder2018-08-264-35/+55
|\
| * Tests of the schema checkingNed Batchelder2018-08-264-18/+40
| |
| * Check the schema version, no more app_idNed Batchelder2018-08-261-19/+17
| |
* | Clean up lingering test results when we cleanNed Batchelder2018-08-261-0/+1
|/
* A good way to solve the load-parallel pytestcov situation?Ned Batchelder2018-08-251-2/+5
|
* Another pytest-cov test, for --appendNed Batchelder2018-08-241-1/+10
|
* ObsoleteNed Batchelder2018-08-242-286/+0
|
* Merge branch 'nedbat/data-sqlite'Ned Batchelder2018-08-2490-1426/+1789
|\
| * CHANGES: data format changed to SQLiteNed Batchelder2018-08-241-0/+9
| |
| * Disable travis lint until we can clean up the codeNed Batchelder2018-08-241-1/+2
| |
| * Fix the pytest-cov testNed Batchelder2018-08-241-0/+3
| |
| * Add a test emulating pytest-covNed Batchelder2018-08-241-2/+29
| |
| * Make SQLite the default storageNed Batchelder2018-08-241-1/+1
| |