Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Disallow impossible values for fail_under | Mike Fiedler | 2018-12-23 | 1 | -0/+5 | |
| | | | | | | | | | Since there's no way were likely to achieve greater than 100% code coverage, disallow usage of any value above 100. Resolves #743 Signed-off-by: Mike Fiedler <miketheman@gmail.com> | |||||
* | Suppress another warning | Ned Batchelder | 2018-12-23 | 1 | -0/+1 | |
| | ||||||
* | There are no kwargs to CoverageScript any more | Ned Batchelder | 2018-11-26 | 1 | -4/+2 | |
| | ||||||
* | Use a function instead of a method to show help | Ned Batchelder | 2018-11-26 | 1 | -10/+9 | |
| | ||||||
* | Test that we have the right Python versions in the classifiers | Ned Batchelder | 2018-11-25 | 1 | -0/+2 | |
| | ||||||
* | Control the sys.path that tests see | Ned Batchelder | 2018-11-25 | 2 | -0/+41 | |
| | ||||||
* | Remove incorrect comment | Ned Batchelder | 2018-11-25 | 1 | -1/+0 | |
| | ||||||
* | Comparisons should be expected/actual | Ned Batchelder | 2018-11-25 | 1 | -3/+3 | |
| | ||||||
* | PyRunner knows how to run Python files. | Ned Batchelder | 2018-11-25 | 8 | -56/+103 | |
| | | | | Adjust sys.path to better emulate Python, but only if we should. | |||||
* | Use implicit mock patching instead of explicit DI for cmdline tests | Ned Batchelder | 2018-11-25 | 1 | -280/+288 | |
| | | | | | This sets us up for mocking more or different globals without adding more explicit DI overrides in cmdline.py. | |||||
* | A test of the #678 case | Ned Batchelder | 2018-11-25 | 1 | -0/+33 | |
| | ||||||
* | Travis pulls in other libraries somehow. Exclude them | Ned Batchelder | 2018-11-18 | 1 | -2/+2 | |
| | ||||||
* | Lint cleanup | Ned Batchelder | 2018-11-18 | 2 | -3/+4 | |
| | ||||||
* | Rename farm to gold, since that's what it is | Ned Batchelder | 2018-11-18 | 58 | -22/+22 | |
| | ||||||
* | Remove test_farm.py | Ned Batchelder | 2018-11-18 | 2 | -387/+154 | |
| | ||||||
* | Convert farm/run_chdir.py to a test_summary.py test | Ned Batchelder | 2018-11-18 | 4 | -22/+14 | |
| | ||||||
* | Convert farm/run/run_xxx.py to a test_summary.py test | Ned Batchelder | 2018-11-18 | 3 | -26/+16 | |
| | ||||||
* | Convert farm/run/run_timid.py to a test_process test | Ned Batchelder | 2018-11-18 | 3 | -69/+59 | |
| | ||||||
* | Delete the annotate farm tests | Ned Batchelder | 2018-11-15 | 11 | -105/+0 | |
| | ||||||
* | Remove needless notices | Ned Batchelder | 2018-11-15 | 9 | -39/+0 | |
| | ||||||
* | Convert annotate() farm tests to normal tests | Ned Batchelder | 2018-11-15 | 1 | -0/+121 | |
| | ||||||
* | Simplify the way we run coverage in these tests | Ned Batchelder | 2018-11-15 | 2 | -60/+17 | |
| | ||||||
* | No one uses size_within any more. | Ned Batchelder | 2018-11-14 | 1 | -55/+24 | |
| | ||||||
* | Compare the css files exactly | Ned Batchelder | 2018-11-14 | 2 | -3/+13 | |
| | ||||||
* | Typo | Ned Batchelder | 2018-11-13 | 1 | -1/+1 | |
| | ||||||
* | Comparisons should always be expected,actual | Ned Batchelder | 2018-11-13 | 1 | -32/+30 | |
| | ||||||
* | Keep test directories shorter | Ned Batchelder | 2018-11-12 | 1 | -1/+3 | |
| | ||||||
* | A simple test of a test function | Ned Batchelder | 2018-11-11 | 1 | -0/+17 | |
| | ||||||
* | One last decorator test change for 3.8 | Ned Batchelder | 2018-11-11 | 1 | -2/+10 | |
| | ||||||
* | Update an HTML gold test due to new peephole optimizations | Ned Batchelder | 2018-11-11 | 3 | -47/+37 | |
| | ||||||
* | Comparison should always be expected,actual | Ned Batchelder | 2018-11-11 | 1 | -6/+6 | |
| | ||||||
* | Refactor the XML comparison | Ned Batchelder | 2018-11-11 | 1 | -23/+16 | |
| | ||||||
* | Comparison is not symmetric, it's expected vs actual | Ned Batchelder | 2018-11-11 | 5 | -42/+44 | |
| | ||||||
* | Always compare expected then actual | Ned Batchelder | 2018-11-11 | 1 | -17/+17 | |
| | ||||||
* | Keep test tempdirs distinct, for saving and comparing test output | Ned Batchelder | 2018-11-11 | 1 | -1/+1 | |
| | ||||||
* | Python 3.8 will optimize away "while True:" | Ned Batchelder | 2018-11-11 | 2 | -10/+29 | |
| | ||||||
* | Debug-time environment variables can be set with set_env.py | Ned Batchelder | 2018-11-03 | 1 | -0/+1 | |
| | ||||||
* | Everything should get a docstring | Ned Batchelder | 2018-11-03 | 2 | -0/+2 | |
| | ||||||
* | Adapt to 3.8's way of tracing decorated functions | Ned Batchelder | 2018-11-03 | 2 | -7/+26 | |
| | ||||||
* | Use a new event loop | Ned Batchelder | 2018-10-24 | 1 | -2/+2 | |
| | ||||||
* | Always include a documentation link at the end of help messages | Ned Batchelder | 2018-10-21 | 1 | -6/+14 | |
| | ||||||
* | Make directories for the data file if needed. #721 | Ned Batchelder | 2018-10-21 | 1 | -0/+9 | |
| | ||||||
* | One more error case for the command line | Ned Batchelder | 2018-10-19 | 1 | -3/+17 | |
| | ||||||
* | `[run] command_line` is the command line to use for 'coverage run'. #695 | Ned Batchelder | 2018-10-18 | 1 | -4/+43 | |
| | ||||||
* | We weren't using this argument | Ned Batchelder | 2018-10-18 | 1 | -2/+2 | |
| | ||||||
* | This is literally what setdefault is for | Ned Batchelder | 2018-10-18 | 1 | -2/+1 | |
| | ||||||
* | Clean some lint | Ned Batchelder | 2018-10-17 | 1 | -3/+6 | |
| | ||||||
* | A test for 'no such table: meta' as in #716. | Ned Batchelder | 2018-10-16 | 1 | -0/+12 | |
| | ||||||
* | Put this helper in the right place | Ned Batchelder | 2018-10-16 | 1 | -6/+7 | |
| | ||||||
* | Do we need more than 10 tries? | Ned Batchelder | 2018-10-15 | 1 | -1/+1 | |
| |