Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| |_|/ |/| | | ||||||
* | | | No need to erase before running | Ned Batchelder | 2018-08-08 | 1 | -16/+0 | |
| | | | ||||||
* | | | Simplify counting data files | Ned Batchelder | 2018-08-08 | 1 | -35/+29 | |
| |/ |/| | ||||||
* | | Check data file existence while testing combining | Ned Batchelder | 2018-08-07 | 2 | -8/+12 | |
| | | ||||||
* | | assert_file_count | Ned Batchelder | 2018-08-07 | 4 | -1/+29 | |
| | | ||||||
* | | Remove a mention of Python 2.6 | Ned Batchelder | 2018-07-26 | 1 | -4/+2 | |
|/ | ||||||
* | Add a test to be sure 'combine' works both plain and --append | Ned Batchelder | 2018-07-23 | 1 | -15/+49 | |
| | ||||||
* | Be stricter about self._data | Ned Batchelder | 2018-07-08 | 2 | -5/+5 | |
| | ||||||
* | Don't need the v3->v4 data converter in v5 | Ned Batchelder | 2018-07-01 | 1 | -55/+0 | |
| | ||||||
* | Quiet a pylint warning | Ned Batchelder | 2018-06-30 | 1 | -0/+2 | |
| | ||||||
* | ResourceWarning isn't in py2? | Ned Batchelder | 2018-06-29 | 1 | -1/+1 | |
| | ||||||
* | Suppress needless warnings during tests | Ned Batchelder | 2018-06-29 | 1 | -0/+14 | |
| | ||||||
* | Fix a too-long line | Ned Batchelder | 2018-06-29 | 1 | -1/+2 | |
| | ||||||
* | New gold files with trimmed whitespace | Ned Batchelder | 2018-06-29 | 38 | -796/+76 | |
| | ||||||
* | Fix the indentation of closing triple quotes | Ned Batchelder | 2018-06-28 | 1 | -12/+12 | |
| | ||||||
* | Exclude site-packages so vendored code doesn't pollute test results | Ned Batchelder | 2018-06-28 | 2 | -1/+16 | |
| | ||||||
* | Windows file paths in the HTML have to be canonicalized | Ned Batchelder | 2018-06-27 | 1 | -0/+4 | |
| | ||||||
* | Need to escape when using Windows paths as regexes | Ned Batchelder | 2018-06-27 | 1 | -1/+1 | |
| | ||||||
* | Lose a little less information when scrubbing HTML | Ned Batchelder | 2018-06-27 | 2 | -4/+4 | |
| | ||||||
* | Absolute paths in the HTML report have to be scrubbed | Ned Batchelder | 2018-06-27 | 1 | -2/+8 | |
| | ||||||
* | Exclude a failure-only line | Ned Batchelder | 2018-06-27 | 1 | -1/+1 | |
| | ||||||
* | Updated gold files for bom.py | Ned Batchelder | 2018-06-27 | 4 | -30/+265 | |
| | ||||||
* | Gold files can be in versioned subdirectories | Ned Batchelder | 2018-06-27 | 1 | -2/+30 | |
| | ||||||
* | Updated html gold files | Ned Batchelder | 2018-06-27 | 34 | -283/+293 | |
| | ||||||
* | Compare HTML more strictly | Ned Batchelder | 2018-06-27 | 1 | -13/+25 | |
| | ||||||
* | Add a header to make diffs more readable | Ned Batchelder | 2018-06-27 | 1 | -0/+2 | |
| | ||||||
* | some minor improvements for the farm tests | Ned Batchelder | 2018-06-26 | 1 | -5/+9 | |
|\ | ||||||
| * | tests: some minor improvements for the farm tests | Daniel Hahler | 2018-05-06 | 1 | -5/+9 | |
| | | ||||||
* | | bom.py lost its BOM. Fix it. | Ned Batchelder | 2018-06-24 | 1 | -0/+6 | |
| | | ||||||
* | | Change url in the distribution to GitHub | Ned Batchelder | 2018-06-24 | 1 | -1/+1 | |
| | | ||||||
* | | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 129 | -129/+129 | |
| | | ||||||
* | | Drop support for EOL 2.5, 2.6 and 3.3 | Hugo | 2018-06-19 | 1 | -3/+0 | |
| | | ||||||
* | | Make version checking more uniform | Ned Batchelder | 2018-06-13 | 3 | -4/+4 | |
| | | ||||||
* | | Adapt to a recent 3.7 change in how functions with only docstrings get ↵ | Ned Batchelder | 2018-06-13 | 1 | -2/+8 | |
| | | | | | | | | line-numbered | |||||
* | | Undo some 3.7b4 ast tweaks | Ned Batchelder | 2018-06-02 | 2 | -16/+3 | |
| | | ||||||
* | | A few cleanups | Ned Batchelder | 2018-05-31 | 1 | -1/+1 | |
|/ | ||||||
* | Upgrade most dependencies | Ned Batchelder | 2018-05-05 | 1 | -9/+0 | |
| | ||||||
* | No more support for 2.6 or 3.3 | Ned Batchelder | 2018-05-05 | 3 | -16/+0 | |
| | ||||||
* | COVERAGE_RCFILE can specify the config file location. #650 | Ned Batchelder | 2018-04-19 | 1 | -0/+15 | |
| | ||||||
* | A different way to group builtins, because it's fun, why not? | Ned Batchelder | 2018-03-31 | 1 | -3/+8 | |
| | ||||||
* | Slight refactor of how we look for configuration files | Ned Batchelder | 2018-03-19 | 1 | -2/+2 | |
| | ||||||
* | Private attributes should be indicated | Ned Batchelder | 2018-03-13 | 1 | -1/+1 | |
| | ||||||
* | check_preimported=True controls whether coverage checks pre-imported files ↵ | Ned Batchelder | 2018-03-06 | 2 | -2/+2 | |
| | | | | when starting | |||||
* | In 3.7, testing libs are issuing warnings. We don't want them to count ↵ | Ned Batchelder | 2018-03-06 | 1 | -0/+5 | |
| | | | | against us | |||||
* | More pragmas to fine-tune coverage of test code | Ned Batchelder | 2018-02-22 | 2 | -13/+13 | |
| | ||||||
* | Pragma away some test code that won't be covered | Ned Batchelder | 2018-02-20 | 2 | -2/+2 | |
| |