Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Enable keeping test-created temp dirs | Ned Batchelder | 2018-08-24 | 3 | -4/+15 | |
| | | | ||||||
| * | | 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 | 3 | -3/+7 | |
| | | | ||||||
| * | | Make it run on PyPy for time tests there | Ned Batchelder | 2018-08-24 | 1 | -5/+7 | |
| | | | ||||||
| * | | Cop out for a json/sql difference in data types | Ned Batchelder | 2018-08-24 | 1 | -5/+5 | |
| | | | ||||||
| * | | A better more accurate bool(data) | Ned Batchelder | 2018-08-24 | 1 | -4/+1 | |
| | | | ||||||
| * | | Get file_tracer semantics right, whew | Ned Batchelder | 2018-08-24 | 2 | -30/+53 | |
| | | | ||||||
| * | | Be flexible, and accept either json-sourced or sql-source error messages in ↵ | Ned Batchelder | 2018-08-24 | 5 | -8/+37 | |
| | | | | | | | | | | | | some tests | |||||
| * | | Skip some tests for SQL for now | Ned Batchelder | 2018-08-24 | 4 | -2/+17 | |
| | | | ||||||
| * | | Use pid-random suffixes for SQL files | Ned Batchelder | 2018-08-14 | 2 | -9/+16 | |
| | | | ||||||
| * | | Move the suffix parameter, but no implementation yet | Ned Batchelder | 2018-08-14 | 1 | -2/+2 | |
| | | | ||||||
| * | | Remove an unused debugging thing | Ned Batchelder | 2018-08-14 | 4 | -22/+1 | |
| | | | ||||||
| * | | Refactor initialization | Ned Batchelder | 2018-08-14 | 2 | -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 constructor | Ned Batchelder | 2018-08-12 | 2 | -16/+19 | |
| | | | ||||||
| * | | Sqlite update() method | Ned Batchelder | 2018-08-11 | 1 | -0/+32 | |
| | | | ||||||
| * | | Error handling in add_file_tracers | Ned Batchelder | 2018-08-11 | 1 | -0/+19 | |
| | | | ||||||
| * | | A little better | Ned Batchelder | 2018-08-11 | 2 | -3/+3 | |
| | | | ||||||
| * | | Don't add data by asking about data | Ned Batchelder | 2018-08-11 | 2 | -11/+33 | |
| | | | ||||||
| * | | Implement more | Ned Batchelder | 2018-08-11 | 3 | -25/+71 | |
| | | | ||||||
| * | | Move line_counts out of the data classes | Ned Batchelder | 2018-08-10 | 7 | -47/+53 | |
| | | | ||||||
| * | | Move a common method outside the data classes | Ned Batchelder | 2018-08-10 | 4 | -19/+29 | |
| | | | ||||||
| * | | Forgot an import | Ned Batchelder | 2018-08-09 | 1 | -0/+1 | |
| | | | ||||||
| * | | Clean any .coverage files we find | Ned Batchelder | 2018-08-09 | 1 | -0/+1 | |
| | | | ||||||
| * | | Keep the env var naming scheme | Ned Batchelder | 2018-08-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Simplify how run --append works. | Ned Batchelder | 2018-08-09 | 2 | -17/+11 | |
| | | | | | | | | | | | | | | | 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 | 5 | -55/+32 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into nedbat/data-sqlite | Ned Batchelder | 2018-08-07 | 13 | -31/+57 | |
| |\ \ \ | ||||||
| * | | | | Simple tool to compare json and sql storage | Ned Batchelder | 2018-08-05 | 1 | -0/+40 | |
| | | | | | ||||||
| * | | | | Improved debugging | Ned Batchelder | 2018-08-04 | 5 | -16/+35 | |
| | | | | | ||||||
| * | | | | Pull combine_parallel_data out of CoverageData | Ned Batchelder | 2018-08-04 | 3 | -73/+77 | |
| | | | | | ||||||
| * | | | | Can measure and report branches | Ned Batchelder | 2018-08-03 | 1 | -29/+89 | |
| | | | | | ||||||
| * | | | | Use a Sqlite application_id to identify the file. | Ned Batchelder | 2018-08-03 | 1 | -0/+7 | |
| | | | | | ||||||
| * | | | | Make writing data faster | Ned Batchelder | 2018-08-03 | 2 | -12/+21 | |
| | | | | | ||||||
| * | | | | SQL debugging | Ned Batchelder | 2018-07-31 | 1 | -10/+34 | |
| | | | | | ||||||
| * | | | | Report works | Ned Batchelder | 2018-07-31 | 1 | -2/+6 | |
| | | | | | ||||||
| * | | | | Move sqlite into sqldata.py | Ned Batchelder | 2018-07-31 | 2 | -118/+173 | |
| | | | | | ||||||
| * | | | | WIP WIP WIP | Ned Batchelder | 2018-07-30 | 1 | -0/+121 | |
| | | | | | ||||||
| * | | | | Make file operations implicit on constructed filename | Ned Batchelder | 2018-07-23 | 6 | -75/+83 | |
| | | | | | ||||||
| * | | | | CoverageData now also handles file operations | Ned Batchelder | 2018-07-23 | 5 | -205/+173 | |
| | | | | | ||||||
* | | | | | Fix typo | Jakub Wilk | 2018-08-13 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Simplify how run --append works. | Ned Batchelder | 2018-08-12 | 2 | -17/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -0/+8 | |
| |_|/ / |/| | | | ||||||
* | | | | No need to erase before running | Ned Batchelder | 2018-08-08 | 2 | -20/+0 | |
| | | | | ||||||
* | | | | Simplify counting data files | Ned Batchelder | 2018-08-08 | 1 | -35/+29 | |
| | | | | ||||||
* | | | | Force pluggy version | Ned Batchelder | 2018-08-07 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | More diagnosis | Ned Batchelder | 2018-08-07 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Trying to diagnose a failure | Ned Batchelder | 2018-08-07 | 1 | -0/+1 | |
| |/ / |/| | | | | | | | | https://github.com/pytest-dev/pytest/issues/3753#issuecomment-411022974 | |||||
* | | | Check data file existence while testing combining | Ned Batchelder | 2018-08-07 | 2 | -8/+12 | |
| | | | ||||||
* | | | Pytest should always summarize the failing tests at the end | Ned Batchelder | 2018-08-07 | 1 | -1/+1 | |
| | | |