Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove aspectlib debugging | Ned Batchelder | 2018-09-04 | 2 | -38/+1 | |
| | | ||||||
* | | Bump version | Ned Batchelder | 2018-09-03 | 2 | -1/+7 | |
| | | ||||||
* | | How-to fixes | Ned Batchelder | 2018-09-03 | 1 | -3/+1 | |
| | | ||||||
* | | Updates for 5.0a2coverage-5.0a2 | Ned Batchelder | 2018-09-03 | 5 | -9/+11 | |
| | | ||||||
* | | Polish up the change history for SQLite storage | Ned Batchelder | 2018-09-03 | 1 | -3/+10 | |
| | | ||||||
* | | SQLite on py2 doesn't like opening files with non-ascii chars in the path | Ned Batchelder | 2018-09-02 | 1 | -1/+5 | |
| | | ||||||
* | | When scrubbing file names, we don't care about slash direction | Ned Batchelder | 2018-09-02 | 1 | -4/+13 | |
| | | ||||||
* | | Move fiddly fnmatch logic into its own testable function | Ned Batchelder | 2018-09-02 | 2 | -26/+87 | |
| | | ||||||
* | | More tests need temp directories | Ned Batchelder | 2018-09-02 | 2 | -6/+0 | |
| | | ||||||
* | | SQLite on windows has slightly different messages | Ned Batchelder | 2018-09-02 | 2 | -3/+3 | |
| | | ||||||
* | | More tests need clear separation of databases | Ned Batchelder | 2018-09-02 | 1 | -13/+13 | |
| | | ||||||
* | | Don't keep the sqlite db open for long | Ned Batchelder | 2018-09-02 | 1 | -9/+19 | |
| | | ||||||
* | | Have to escape data going into a regex sub | Ned Batchelder | 2018-08-30 | 1 | -3/+3 | |
| | | ||||||
* | | Federico did the local storage change | Ned Batchelder | 2018-08-30 | 2 | -0/+4 | |
| | | ||||||
* | | Persist html sort order in localStorage instead of cookie | Federico Bond | 2018-08-30 | 1 | -15/+6 | |
| | | ||||||
* | | Fix a line length | Ned Batchelder | 2018-08-30 | 1 | -3/+3 | |
| | | ||||||
* | | Put back an always-on indication of the tracer available | Ned Batchelder | 2018-08-30 | 2 | -3/+15 | |
| | | ||||||
* | | Show the contents of the config file | Ned Batchelder | 2018-08-30 | 2 | -0/+9 | |
| | | ||||||
* | | Fix the aggressive singleton that broke the test suite in 3c54d840 | Ned Batchelder | 2018-08-30 | 1 | -11/+18 | |
| | | ||||||
* | | question marks aren't as good as -none- | Ned Batchelder | 2018-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | SQLite storage detects forks | Ned Batchelder | 2018-08-27 | 2 | -7/+16 | |
| | | ||||||
* | | 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 | 2 | -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 side | Ned Batchelder | 2018-08-27 | 2 | -1/+77 | |
| | | ||||||
* | | Better sys_info: pid, and a more understandable name. | Ned Batchelder | 2018-08-26 | 3 | -5/+6 | |
| | | ||||||
* | | Merge branch 'nedbat/check-sqlite-schema' | Ned Batchelder | 2018-08-26 | 4 | -35/+55 | |
|\ \ | ||||||
| * | | Tests of the schema checking | Ned Batchelder | 2018-08-26 | 4 | -18/+40 | |
| | | | ||||||
| * | | Check the schema version, no more app_id | Ned Batchelder | 2018-08-26 | 1 | -19/+17 | |
| | | | ||||||
* | | | Clean up lingering test results when we clean | Ned Batchelder | 2018-08-26 | 1 | -0/+1 | |
|/ / | ||||||
* | | A good way to solve the load-parallel pytestcov situation? | Ned Batchelder | 2018-08-25 | 1 | -2/+5 | |
| | | ||||||
* | | Another pytest-cov test, for --append | Ned Batchelder | 2018-08-24 | 1 | -1/+10 | |
| | | ||||||
* | | Obsolete | Ned Batchelder | 2018-08-24 | 2 | -286/+0 | |
| | | ||||||
* | | Merge branch 'nedbat/data-sqlite' | Ned Batchelder | 2018-08-24 | 90 | -1426/+1789 | |
|\ \ | ||||||
| * | | CHANGES: data format changed to SQLite | Ned Batchelder | 2018-08-24 | 1 | -0/+9 | |
| | | | ||||||
| * | | Disable travis lint until we can clean up the code | Ned Batchelder | 2018-08-24 | 1 | -1/+2 | |
| | | | ||||||
| * | | Fix the pytest-cov test | Ned Batchelder | 2018-08-24 | 1 | -0/+3 | |
| | | | ||||||
| * | | Add a test emulating pytest-cov | Ned Batchelder | 2018-08-24 | 1 | -2/+29 | |
| | | | ||||||
| * | | Make SQLite the default storage | Ned Batchelder | 2018-08-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Remove now-unused CoverageGoldTest class | Ned Batchelder | 2018-08-24 | 2 | -32/+1 | |
| | | | ||||||
| * | | SQL storage means more tests need temp directories | Ned Batchelder | 2018-08-24 | 1 | -2/+0 | |
| | | | ||||||
| * | | Py2-specific gold files | Ned Batchelder | 2018-08-24 | 2 | -29/+23 | |
| | | | ||||||
| * | | When we trimmed trailing whitespace, we lost the last newline. Put it back. | Ned Batchelder | 2018-08-24 | 37 | -76/+76 | |
| | | | ||||||
| * | | Remove needless license lines from html tests | Ned Batchelder | 2018-08-24 | 37 | -507/+301 | |
| | | | ||||||
| * | | Better handling of the absolute paths to the test temp directory | Ned Batchelder | 2018-08-24 | 3 | -10/+13 | |
| | | | ||||||
| * | | Consolidate testing requirements | Ned Batchelder | 2018-08-24 | 3 | -7/+6 | |
| | | | ||||||
| * | | It's ok for the docker images to be missing when we sterilize | Ned Batchelder | 2018-08-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | Delete unneeded farm/src files | Ned Batchelder | 2018-08-24 | 20 | -197/+0 | |
| | | | ||||||
| * | | Stop using farm/src for HTML tests. | Ned Batchelder | 2018-08-24 | 7 | -161/+352 | |
| | | | ||||||
| * | | Smoke should be quiet, and run failed tests first | Ned Batchelder | 2018-08-24 | 2 | -4/+4 | |
| | | | ||||||
| * | | Remove some unneeded lines from the code-in-code xml tests | Ned Batchelder | 2018-08-24 | 3 | -29/+14 | |
| | | |