Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make css | Ned Batchelder | 2019-10-13 | 1 | -43/+44 | |
| | ||||||
* | Better presentation of contexts. #855 | Ned Batchelder | 2019-10-13 | 1 | -4/+10 | |
| | ||||||
* | Save copies of support files so we can view gold files properly | Ned Batchelder | 2019-10-13 | 11 | -0/+914 | |
| | ||||||
* | 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 | |
| | ||||||
* | Quiet pylint | Ned Batchelder | 2019-10-06 | 1 | -0/+3 | |
| | ||||||
* | Context patterns are regexes, not globs | Ned Batchelder | 2019-10-02 | 1 | -1/+1 | |
| | ||||||
* | Setting query context has to be done with a separate method call | Ned Batchelder | 2019-10-02 | 4 | -87/+88 | |
| | ||||||
* | Exit arcs have to be corrected to first lines | Ned Batchelder | 2019-09-21 | 1 | -45/+25 | |
| | | | | | | | | | | We've long remapped line numbers to the first line of a multi-line statement. But exit line numbers (negative numbers) were not remapped. This meant we were needlessly chasing weirdnesses in implementations. But the actual results of running coverage always remapped results to the first line, so there's no point in tracking the unmapped line numbers in our tests. | |||||
* | Avoid a test that recent pypy3 can't run properly | Ned Batchelder | 2019-09-15 | 1 | -0/+3 | |
| | ||||||
* | Python tracer supports dynamic contexts. #846 | Ned Batchelder | 2019-09-15 | 2 | -56/+0 | |
| | ||||||
* | Polish up substitute_variables based on a lightning talk | Ned Batchelder | 2019-09-14 | 1 | -0/+1 | |
| | ||||||
* | Updating with an empty data is ok | Ned Batchelder | 2019-09-03 | 1 | -0/+16 | |
| | | | | | With no arc or line data, it used to choose lines arbitrarily, which would fail if an empty data was updating an arc data. | |||||
* | Log some indication of the script being executed | Ned Batchelder | 2019-09-02 | 1 | -0/+9 | |
| | ||||||
* | Reporting methods shouldn't permanently change the configuration | Ned Batchelder | 2019-09-01 | 1 | -0/+11 | |
| | ||||||
* | No need for format indexes (mostly) | Ned Batchelder | 2019-09-01 | 7 | -14/+14 | |
| | ||||||
* | Make callers debug output easier to use as editor launches | Ned Batchelder | 2019-09-01 | 1 | -3/+3 | |
| | ||||||
* | Create a JSON report | Matt Bachmann | 2019-08-31 | 3 | -14/+230 | |
| | ||||||
* | Improved numbits operations | Ned Batchelder | 2019-08-11 | 1 | -8/+107 | |
| | | | | | | | | | * Better names (merge -> union) * More ops (intersection) * Can be registered for SQLite use * Numbits can be empty Also, line_map is a dumb table name. line_bits is marginally better. | |||||
* | Fix unusual backslash token issue. #822 | Ned Batchelder | 2019-08-10 | 1 | -0/+10 | |
| | ||||||
* | Fix a bug in num_in_numbits. | Ned Batchelder | 2019-08-01 | 1 | -1/+2 | |
| | ||||||
* | Use more conventional strategy naming | Ned Batchelder | 2019-08-01 | 1 | -6/+6 | |
| | ||||||
* | Add num_in_numbits | Ned Batchelder | 2019-08-01 | 1 | -1/+10 | |
| | ||||||
* | Keep hypothesis from freaking out about variable timings during metacov | Ned Batchelder | 2019-08-01 | 1 | -1/+13 | |
| | ||||||
* | Add numbits_any_intersection | Ned Batchelder | 2019-07-31 | 1 | -1/+9 | |
| | ||||||
* | Use Hypothesis instead of my own janky randomization | Ned Batchelder | 2019-07-31 | 1 | -22/+14 | |
| | ||||||
* | Refactor numbits into their own files | Ned Batchelder | 2019-07-31 | 2 | -30/+37 | |
| | ||||||
* | I have to remember to run pylint before checking things in. | Ned Batchelder | 2019-07-30 | 1 | -1/+1 | |
| | ||||||
* | Don't be fooled by a class named test_something. Fixes #829 | Ned Batchelder | 2019-07-26 | 1 | -0/+5 | |
| | ||||||
* | z-compressed dumps and loads | Ned Batchelder | 2019-07-19 | 1 | -0/+28 | |
| | ||||||
* | Bitmaps for line numbers, 10% of the size. | Ned Batchelder | 2019-07-15 | 1 | -0/+30 | |
| | ||||||
* | Remove the JSON data code | Ned Batchelder | 2019-07-10 | 5 | -143/+7 | |
| | ||||||
* | Avoid useless or redundant db operations. Faster. | Ned Batchelder | 2019-07-07 | 2 | -19/+6 | |
| | | | | | | Moving operations into the "with self._connect" means less opening and closing of the database. Returning early if there is no data to write avoids writing empty contexts. | |||||
* | Can't run the delete-my-directory tests on Windows | Ned Batchelder | 2019-07-06 | 1 | -0/+5 | |
| | ||||||
* | Add tests of bug #806, and ensure it's fixed even if the program ends with ↵ | Ned Batchelder | 2019-07-06 | 1 | -0/+30 | |
| | | | | an exception | |||||
* | HTML: Mark things to show instead of to hide. | Ned Batchelder | 2019-07-06 | 28 | -363/+346 | |
| | | | | | | | | | | 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 | |
| | ||||||
* | New API: Coverage.current() returns the latest started instance. | Ned Batchelder | 2019-06-25 | 1 | -0/+31 | |
| | ||||||
* | Don't run contract tests if contracts are disabled | Ned Batchelder | 2019-06-19 | 1 | -1/+6 | |
| | ||||||
* | Move arcz_to_arcs to misc so we can use it elsewhere | Ned Batchelder | 2019-06-19 | 4 | -55/+18 | |
| | ||||||
* | 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 | |
| | ||||||
* | No need to pass coverage/config separately everywhere | Ned Batchelder | 2019-06-17 | 1 | -22/+15 | |
| | ||||||
* | Refactor text reporting to use the same code paths as other reports | Ned Batchelder | 2019-06-16 | 1 | -13/+12 | |
| | ||||||
* | Remove a property that has been deprecated for three years | Ned Batchelder | 2019-06-16 | 1 | -19/+0 | |
| | ||||||
* | More sass goodness | Ned Batchelder | 2019-06-13 | 1 | -27/+1 | |
| | ||||||
* | Update the test output css files too | Ned Batchelder | 2019-06-13 | 1 | -414/+158 | |
| |