Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix flaky tests | Ned Batchelder | 2018-09-08 | 1 | -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 substitution | Ned Batchelder | 2018-09-08 | 1 | -0/+1 | |
| | ||||||
* | Strict variable substitution is now an option | Ned Batchelder | 2018-09-08 | 1 | -6/+19 | |
| | ||||||
* | Move variable substitution to be independent | Ned Batchelder | 2018-09-08 | 1 | -1/+17 | |
| | ||||||
* | 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 | 1 | -1/+50 | |
| | ||||||
* | 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 | |
| | ||||||
* | Have to escape data going into a regex sub | Ned Batchelder | 2018-08-30 | 1 | -3/+3 | |
| | ||||||
* | Put back an always-on indication of the tracer available | Ned Batchelder | 2018-08-30 | 1 | -2/+13 | |
| | ||||||
* | SQLite storage detects forks | Ned Batchelder | 2018-08-27 | 1 | -2/+0 | |
| | ||||||
* | Better sys_info: pid, and a more understandable name. | Ned Batchelder | 2018-08-26 | 2 | -3/+3 | |
| | ||||||
* | Tests of the schema checking | Ned Batchelder | 2018-08-26 | 3 | -15/+37 | |
| | ||||||
* | Another pytest-cov test, for --append | Ned Batchelder | 2018-08-24 | 1 | -1/+10 | |
| | ||||||
* | Merge branch 'nedbat/data-sqlite' | Ned Batchelder | 2018-08-24 | 72 | -1133/+979 | |
|\ | ||||||
| * | Add a test emulating pytest-cov | Ned Batchelder | 2018-08-24 | 1 | -2/+29 | |
| | | ||||||
| * | Remove now-unused CoverageGoldTest class | Ned Batchelder | 2018-08-24 | 1 | -29/+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 | 36 | -75/+75 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Delete unneeded farm/src files | Ned Batchelder | 2018-08-24 | 19 | -196/+0 | |
| | | ||||||
| * | Stop using farm/src for HTML tests. | Ned Batchelder | 2018-08-24 | 5 | -159/+350 | |
| | | ||||||
| * | Remove some unneeded lines from the code-in-code xml tests | Ned Batchelder | 2018-08-24 | 3 | -29/+14 | |
| | | ||||||
| * | Enable keeping test-created temp dirs | Ned Batchelder | 2018-08-24 | 1 | -0/+6 | |
| | | ||||||
| * | Stop TempDirTest from complaining that no files were made | Ned Batchelder | 2018-08-24 | 1 | -0/+1 | |
| | | ||||||
| * | Change XML gold tests to not use a common source directory | Ned Batchelder | 2018-08-24 | 1 | -40/+74 | |
| | | ||||||
| * | PyPy needs to close cursors from pragmas | Ned Batchelder | 2018-08-24 | 2 | -1/+2 | |
| | | ||||||
| * | Cop out for a json/sql difference in data types | Ned Batchelder | 2018-08-24 | 1 | -5/+5 | |
| | | ||||||
| * | Get file_tracer semantics right, whew | Ned Batchelder | 2018-08-24 | 1 | -2/+2 | |
| | | ||||||
| * | Be flexible, and accept either json-sourced or sql-source error messages in ↵ | Ned Batchelder | 2018-08-24 | 4 | -7/+33 | |
| | | | | | | | | some tests | |||||
| * | Skip some tests for SQL for now | Ned Batchelder | 2018-08-24 | 3 | -2/+14 | |
| | | ||||||
| * | Remove an unused debugging thing | Ned Batchelder | 2018-08-14 | 2 | -12/+0 | |
| | | ||||||
| * | Refactor initialization | Ned Batchelder | 2018-08-14 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | 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 constructor | Ned Batchelder | 2018-08-12 | 1 | -14/+15 | |
| | | ||||||
| * | A little better | Ned Batchelder | 2018-08-11 | 1 | -2/+2 | |
| | | ||||||
| * | Don't add data by asking about data | Ned Batchelder | 2018-08-11 | 1 | -0/+7 | |
| | | ||||||
| * | Implement more | Ned Batchelder | 2018-08-11 | 1 | -8/+11 | |
| | | ||||||
| * | Move line_counts out of the data classes | Ned Batchelder | 2018-08-10 | 5 | -27/+31 | |
| | | ||||||
| * | Move a common method outside the data classes | Ned Batchelder | 2018-08-10 | 1 | -4/+5 | |
| | | ||||||
| * | Simplify how run --append works. | Ned Batchelder | 2018-08-09 | 1 | -11/+7 | |
| | | | | | | | | | | 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-sqlite | Ned Batchelder | 2018-08-08 | 2 | -51/+29 | |
| |\ | ||||||
| * \ | Merge branch 'master' into nedbat/data-sqlite | Ned Batchelder | 2018-08-07 | 4 | -13/+43 | |
| |\ \ | ||||||
| * | | | Pull combine_parallel_data out of CoverageData | Ned Batchelder | 2018-08-04 | 1 | -6/+6 | |
| | | | | ||||||
| * | | | Make file operations implicit on constructed filename | Ned Batchelder | 2018-07-23 | 5 | -65/+67 | |
| | | | | ||||||
| * | | | CoverageData now also handles file operations | Ned Batchelder | 2018-07-23 | 2 | -47/+37 | |
| | | | | ||||||
* | | | | Simplify how run --append works. | Ned Batchelder | 2018-08-12 | 1 | -11/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't know why it was using combine after, when .load before seems like the obvious way to do it. (cherry picked from commit 85725034b429fe46cf26429ce3bad0d53db82f3e) | |||||
* | | | | Hasher needed more information about nesting to avoid collisions | Ned Batchelder | 2018-08-11 | 1 | -0/+7 | |
| |_|/ |/| | |