summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | |
| * | Remove now-unused CoverageGoldTest classNed Batchelder2018-08-242-32/+1
| | |
| * | SQL storage means more tests need temp directoriesNed Batchelder2018-08-241-2/+0
| | |
| * | Py2-specific gold filesNed Batchelder2018-08-242-29/+23
| | |
| * | When we trimmed trailing whitespace, we lost the last newline. Put it back.Ned Batchelder2018-08-2437-76/+76
| | |
| * | Remove needless license lines from html testsNed Batchelder2018-08-2437-507/+301
| | |
| * | Better handling of the absolute paths to the test temp directoryNed Batchelder2018-08-243-10/+13
| | |
| * | Consolidate testing requirementsNed Batchelder2018-08-243-7/+6
| | |
| * | It's ok for the docker images to be missing when we sterilizeNed Batchelder2018-08-241-1/+1
| | |
| * | Delete unneeded farm/src filesNed Batchelder2018-08-2420-197/+0
| | |
| * | Stop using farm/src for HTML tests.Ned Batchelder2018-08-247-161/+352
| | |
| * | Smoke should be quiet, and run failed tests firstNed Batchelder2018-08-242-4/+4
| | |
| * | Remove some unneeded lines from the code-in-code xml testsNed Batchelder2018-08-243-29/+14
| | |
| * | Enable keeping test-created temp dirsNed Batchelder2018-08-243-4/+15
| | |
| * | Stop TempDirTest from complaining that no files were madeNed Batchelder2018-08-241-0/+1
| | |
| * | Change XML gold tests to not use a common source directoryNed Batchelder2018-08-241-40/+74
| | |
| * | PyPy needs to close cursors from pragmasNed Batchelder2018-08-243-3/+7
| | |
| * | Make it run on PyPy for time tests thereNed Batchelder2018-08-241-5/+7
| | |
| * | Cop out for a json/sql difference in data typesNed Batchelder2018-08-241-5/+5
| | |
| * | A better more accurate bool(data)Ned Batchelder2018-08-241-4/+1
| | |
| * | Get file_tracer semantics right, whewNed Batchelder2018-08-242-30/+53
| | |
| * | Be flexible, and accept either json-sourced or sql-source error messages in ↵Ned Batchelder2018-08-245-8/+37
| | | | | | | | | | | | some tests
| * | Skip some tests for SQL for nowNed Batchelder2018-08-244-2/+17
| | |
| * | 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-144-22/+1
| | |
| * | Refactor initializationNed Batchelder2018-08-142-86/+112
| | | | | | | | | | | | | | | | | | | | | 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-122-16/+19
| | |
| * | Sqlite update() methodNed Batchelder2018-08-111-0/+32
| | |