Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clean-ups I noticed while doing something else | Ned Batchelder | 2019-11-17 | 1 | -1/+2 | |
| | ||||||
* | Optionally skip empty files in reports | reybog90 | 2019-11-01 | 1 | -0/+14 | |
| | ||||||
* | This test accidentally triggered our exclude regex during metacov | Ned Batchelder | 2019-10-14 | 1 | -7/+7 | |
| | ||||||
* | More convenient gold file structure | Ned Batchelder | 2019-10-14 | 1 | -43/+40 | |
| | ||||||
* | Remove vestigial debugging | Ned Batchelder | 2019-10-14 | 1 | -2/+0 | |
| | ||||||
* | I don't think I need my home dir scrubbed | Ned Batchelder | 2019-10-13 | 1 | -2/+0 | |
| | ||||||
* | Better presentation of contexts. #855 | Ned Batchelder | 2019-10-13 | 1 | -4/+10 | |
| | ||||||
* | Warn if asked to show context but none were measured. #851 | Ned Batchelder | 2019-10-10 | 1 | -11/+20 | |
| | ||||||
* | The C tracer can do dynamic contexts, so don't skip this test | Ned Batchelder | 2019-10-10 | 1 | -4/+0 | |
| | ||||||
* | Context patterns are regexes, not globs | Ned Batchelder | 2019-10-02 | 1 | -1/+1 | |
| | ||||||
* | No need for format indexes (mostly) | Ned Batchelder | 2019-09-01 | 1 | -1/+1 | |
| | ||||||
* | Remove the JSON data code | Ned Batchelder | 2019-07-10 | 1 | -1/+0 | |
| | ||||||
* | HTML: Mark things to show instead of to hide. | Ned Batchelder | 2019-07-06 | 1 | -3/+3 | |
| | | | | | | | | | | Also made some other changes along the way: * Scroll bar markers change as the selected categories change. * We don't use css class 'stm' for anything, get rid of it. * Better sass use all around. | |||||
* | Clean up and test filtering contexts for reporting | Ned Batchelder | 2019-07-01 | 1 | -3/+18 | |
| | ||||||
* | Context reporting improvements and test | Ned Batchelder | 2019-06-30 | 1 | -5/+62 | |
| | | | | | Contexts should only be reported on lines that are marked as executed. The empty outer context is now reported as "(empty)". | |||||
* | Make a Unicode character more apparent in the source | Ned Batchelder | 2019-06-30 | 1 | -2/+6 | |
| | ||||||
* | Typo | Ned Batchelder | 2019-06-29 | 1 | -1/+1 | |
| | ||||||
* | Remove ShiningPanda hack | Ned Batchelder | 2019-06-17 | 1 | -8/+0 | |
| | ||||||
* | Make the incremental checker a little smarter. | Ned Batchelder | 2019-06-17 | 1 | -2/+2 | |
| | ||||||
* | This was a copy of an existing test. We need to write some new ones. | Ned Batchelder | 2019-06-10 | 1 | -20/+1 | |
| | ||||||
* | Add some tests for new methods. | Stephan Richter | 2019-06-10 | 1 | -0/+24 | |
| | ||||||
* | Refactored HTML tests dropped an assert | Ned Batchelder | 2019-06-10 | 1 | -0/+1 | |
| | ||||||
* | Better tests of HTML delta generation | Ned Batchelder | 2019-05-26 | 1 | -41/+66 | |
| | | | | | | The old tests relied on deleting files and seeing them get recreated, which could be misleading. The new tests track which files were opened for writing, which is more accurate. | |||||
* | Lint cleanup | Ned Batchelder | 2018-11-18 | 1 | -3/+2 | |
| | ||||||
* | Rename farm to gold, since that's what it is | Ned Batchelder | 2018-11-18 | 1 | -14/+14 | |
| | ||||||
* | Simplify the way we run coverage in these tests | Ned Batchelder | 2018-11-15 | 1 | -50/+14 | |
| | ||||||
* | Compare the css files exactly | Ned Batchelder | 2018-11-14 | 1 | -2/+2 | |
| | ||||||
* | Update an HTML gold test due to new peephole optimizations | Ned Batchelder | 2018-11-11 | 1 | -9/+5 | |
| | ||||||
* | Always compare expected then actual | Ned Batchelder | 2018-11-11 | 1 | -17/+17 | |
| | ||||||
* | Everything should get a docstring | Ned Batchelder | 2018-11-03 | 1 | -0/+1 | |
| | ||||||
* | Use --source to ensure tests are showing what we want. | Ned Batchelder | 2018-10-14 | 1 | -1/+1 | |
| | | | | | | | | | | | Travis started having these extra files in coverage reports from our tests: site-packages/pkg_resources/_vendor/six.py site-packages/pkg_resources/extern/__init__.py I don't know why they are being pulled in, but the tests aren't interested in them, and it is throwing off the results. | |||||
* | 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. | |||||
* | When scrubbing file names, we don't care about slash direction | Ned Batchelder | 2018-09-02 | 1 | -4/+13 | |
| | ||||||
* | Remove needless license lines from html tests | Ned Batchelder | 2018-08-24 | 1 | -70/+20 | |
| | ||||||
* | Better handling of the absolute paths to the test temp directory | Ned Batchelder | 2018-08-24 | 1 | -5/+8 | |
| | ||||||
* | Stop using farm/src for HTML tests. | Ned Batchelder | 2018-08-24 | 1 | -147/+337 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | Absolute paths in the HTML report have to be scrubbed | Ned Batchelder | 2018-06-27 | 1 | -2/+8 | |
| | ||||||
* | Compare HTML more strictly | Ned Batchelder | 2018-06-27 | 1 | -13/+25 | |
| | ||||||
* | bom.py lost its BOM. Fix it. | Ned Batchelder | 2018-06-24 | 1 | -0/+6 | |
| | ||||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 | |
| | ||||||
* | Use an ISO standard encoding in coding declarations | Ned Batchelder | 2017-02-21 | 1 | -2/+2 | |
| | | | | See https://twitter.com/nedbat/status/833723932658262016 for pedantry. | |||||
* | Run two files to be sure we know what error we'll get | Ned Batchelder | 2017-02-10 | 1 | -2/+4 | |
| | ||||||
* | Fix a too-long line | Ned Batchelder | 2017-01-11 | 1 | -1/+2 | |
| | ||||||
* | Delete html files when skipping covered files | Ned Batchelder | 2017-01-11 | 1 | -0/+17 | |
| | ||||||
* | Remove explicit clean-up methods that just set an attribute | Ned Batchelder | 2017-01-11 | 1 | -11/+3 | |
| | ||||||
* | html total must account for files 100% covered #549 | loic@dachary.org | 2017-01-11 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | The --skip-covered implementation for html must not just skip the files that are 100% covered. It must remember them and not fail with a "no coverage data" when all files are 100% covered. The statistics about the files that are 100% covered must also be summed in the total for the index.html page. close #549 --HG-- branch : issue-549 | |||||
* | No need for subprocesses to test HTML reporting | Ned Batchelder | 2016-12-24 | 1 | -8/+6 | |
| |