Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Expose switch_context in coverage API (#782) | Justas Sadzevičius | 2019-04-28 | 1 | -0/+111 | |
| | | | | | | | | | | | | * Expose switch_context in public API * Test switch_context * Helper method to get full paths to measured files * Get correct file paths on all OS * Note version that introduced this method | |||||
* | Suppress pylint more efficiently | Ned Batchelder | 2019-04-26 | 1 | -13/+12 | |
| | ||||||
* | Old-style classes can report the test_function name. #797 | Ned Batchelder | 2019-04-26 | 1 | -0/+18 | |
| | ||||||
* | Use pipe symbol to join static and dynamic contexts | Ned Batchelder | 2019-04-26 | 2 | -6/+6 | |
| | ||||||
* | Prefer assertRaisesRegex to assertRaises | Ned Batchelder | 2019-04-21 | 7 | -25/+47 | |
| | ||||||
* | Clean up test_plugins.py | Ned Batchelder | 2019-04-21 | 1 | -15/+16 | |
| | ||||||
* | Clean up unused variables | Ned Batchelder | 2019-04-21 | 1 | -10/+7 | |
| | ||||||
* | Fix some formatting, and assert should be expected,actual | Ned Batchelder | 2019-04-21 | 1 | -29/+43 | |
| | ||||||
* | Check for skipping tests before super.setUp | Ned Batchelder | 2019-04-21 | 5 | -9/+9 | |
| | ||||||
* | Don't name new method the same as old attribute | Ned Batchelder | 2019-04-20 | 1 | -2/+2 | |
| | ||||||
* | Plugin support for dynamic context (#783) | Justas Sadzevičius | 2019-04-20 | 2 | -1/+257 | |
| | | | | | | | | | | | | * Introduce a new plugin type: dynamic context labels. * Test dynamic context plugins * Helper method to get full paths to measured files * Get correct filenames on all OS * Improve wording | |||||
* | Fix #708: .filename is private, and don't combine over ourselves | Ned Batchelder | 2019-04-15 | 1 | -2/+2 | |
| | ||||||
* | Add a failing test for #708 | Ned Batchelder | 2019-04-15 | 1 | -0/+15 | |
| | ||||||
* | A thread stress test | Ned Batchelder | 2019-04-09 | 1 | -0/+16 | |
| | | | | (cherry picked from commit bc948ac1a5dca4d0a305a265de157d7505e4a4b2) | |||||
* | Move set_env.py to github.com/nedbat/odds | Ned Batchelder | 2019-04-07 | 1 | -0/+3 | |
| | ||||||
* | Move more PYVERSION to be PYBEHAVIOR | Ned Batchelder | 2019-03-24 | 2 | -10/+14 | |
| | ||||||
* | Rewrite XML tests to use xml parsing instead of regexes | Ned Batchelder | 2019-03-23 | 4 | -132/+226 | |
| | ||||||
* | Improvements to test_templite.py from mutmut | Ned Batchelder | 2019-03-02 | 1 | -4/+14 | |
| | | | | See https://nedbatchelder.com/blog/201903/mutmut.html | |||||
* | Make sure that arcs() and lines() only returns distinct line combination ↵ | Stephan Richter | 2019-02-17 | 1 | -0/+16 | |
| | | | | values and not one entry for each context. | |||||
* | Fix a test to get case right on Windows | Ned Batchelder | 2019-01-28 | 1 | -1/+1 | |
| | ||||||
* | Make sure that the cache is properly filled. (25x speedup on our system that ↵ | Stephan Richter | 2019-01-28 | 1 | -0/+13 | |
| | | | | | | has a large sys.path.) It is always a bad idea to reassign the cachekey during the computation. | |||||
* | Make line numbers immune to minimum font size settings. #748 | Ned Batchelder | 2019-01-04 | 1 | -3/+3 | |
| | ||||||
* | Fix an incorrectly named method | Ned Batchelder | 2018-12-26 | 1 | -4/+4 | |
| | ||||||
* | Simplify format_lines a little | Ned Batchelder | 2018-12-26 | 1 | -1/+1 | |
| | ||||||
* | Sort the text missing results by line number, not kind | Ned Batchelder | 2018-12-25 | 3 | -6/+30 | |
| | ||||||
* | Move code to where it belongs | Ned Batchelder | 2018-12-24 | 2 | -15/+15 | |
| | ||||||
* | Asserts should be expected,actual | Ned Batchelder | 2018-12-24 | 6 | -11/+11 | |
| | ||||||
* | Tweaks to the fail_under limiting | Ned Batchelder | 2018-12-24 | 1 | -1/+2 | |
| | ||||||
* | 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 | |
| |