Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(build): skip metacov on mac pypy3, it slows us down | Ned Batchelder | 2021-11-13 | 1 | -0/+3 |
| | |||||
* | test: we were mistakenly excluding tests that couldn't run on Jython | Ned Batchelder | 2021-11-12 | 1 | -1/+0 |
| | |||||
* | test: a part-covered comprehension | Ned Batchelder | 2021-08-09 | 1 | -1/+0 |
| | | | | | The comprehension would only completely finish (->exit) if the assert was going to fail. So we expect it to not finish. | ||||
* | test: show contexts in metacov report | Ned Batchelder | 2021-08-09 | 1 | -2/+4 |
| | |||||
* | fix: in Python 3.10, leaving a with block exits through the with statement. | Ned Batchelder | 2021-06-05 | 1 | -0/+2 |
| | | | | This need 3.10.0b3 (not yet released) to fully pass. | ||||
* | build: mark a few lines as not covered | Ned Batchelder | 2021-05-30 | 1 | -0/+1 |
| | |||||
* | test: correct two pragmas | Ned Batchelder | 2021-03-02 | 1 | -1/+3 |
| | |||||
* | test: fix a few metacov exclusions | Ned Batchelder | 2021-02-28 | 1 | -1/+1 |
| | |||||
* | test: lines with `if not env.METACOV` won't be metacovered | Ned Batchelder | 2021-02-25 | 1 | -0/+1 |
| | |||||
* | build: nicer publishing of HTML report | Ned Batchelder | 2021-02-24 | 1 | -1/+4 |
| | | | | Also, this correctly combines results from different runners. | ||||
* | refactor: slightly better coverage in coveragetest | Ned Batchelder | 2021-02-21 | 1 | -1/+1 |
| | |||||
* | test: more-uniform skipping of test during metacov | Ned Batchelder | 2021-02-07 | 1 | -0/+1 |
| | |||||
* | Tweak some coverage details of switch_context code | Ned Batchelder | 2019-12-22 | 1 | -0/+1 |
| | |||||
* | Meta on linux; makefile target rationalization | Ned Batchelder | 2019-11-08 | 1 | -0/+1 |
| | |||||
* | A little more metacov | Ned Batchelder | 2019-11-05 | 1 | -3/+23 |
| | |||||
* | HTML: Mark things to show instead of to hide. | Ned Batchelder | 2019-07-06 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | Make it easier for me to measure test_function contexts | Ned Batchelder | 2019-06-14 | 1 | -3/+4 |
| | |||||
* | Dynamic contexts can be disabled with 'none' | Ned Batchelder | 2019-06-12 | 1 | -0/+1 |
| | |||||
* | Have to rethink how to use contexts ourselves | Ned Batchelder | 2018-10-14 | 1 | -2/+0 |
| | | | | | | Contexts fail when using PYTRACER, and we want to measure coverage under PYTRACER (at least for PyPy), so we need a more sophisticated strategy for how to use contexts. | ||||
* | All-in on contexts for ourselves | Ned Batchelder | 2018-10-07 | 1 | -3/+5 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | More pragmas to fine-tune coverage of test code | Ned Batchelder | 2018-02-22 | 1 | -0/+4 |
| | |||||
* | Minimal IronPython support. | Ned Batchelder | 2017-03-14 | 1 | -0/+4 |
| | | | | | IronPython is weird: 2.7.7 has "str is unicode", and unicode.encode produces unicode! f_lasti is missing, and frame globals are missing. | ||||
* | More-precise no-coverage pragmas | Ned Batchelder | 2017-01-19 | 1 | -1/+18 |
| | |||||
* | A cleaner way to exclude Jython concerns from meta-coverage. | Ned Batchelder | 2017-01-16 | 1 | -0/+2 |
| | |||||
* | Jython has no multiprocessing module | Ned Batchelder | 2017-01-13 | 1 | -0/+1 |
| | |||||
* | More-accurate pragmas | Ned Batchelder | 2016-11-29 | 1 | -0/+1 |
| | |||||
* | Did it used to work to have hash marks in exclude regexes? | Ned Batchelder | 2016-09-24 | 1 | -5/+5 |
| | |||||
* | Maybe we want to test main functions. | Ned Batchelder | 2015-08-30 | 1 | -1/+0 |
| | |||||
* | Appveyor puts files in c:\projects\coveragepy | Ned Batchelder | 2015-08-29 | 1 | -0/+1 |
| | |||||
* | Better metacov file naming and combining | Ned Batchelder | 2015-08-25 | 1 | -1/+1 |
| | | | | | | Now .metacov data files are named for the platform they are running on, and are combined at the end of the test suite, so each platform only has a dozen files to copy, instead of hundreds. | ||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Make sure env.TESTING is true during meta-coverage. | Ned Batchelder | 2015-07-23 | 1 | -0/+1 |
| | |||||
* | Don't need to omit mock any more, since we install it properly. | Ned Batchelder | 2015-07-20 | 1 | -1/+0 |
| | |||||
* | Pragmas for uncovered code | Ned Batchelder | 2014-09-28 | 1 | -0/+2 |
| | |||||
* | Run the tests from the working tree, simplifying combining later | Ned Batchelder | 2014-09-28 | 1 | -14/+0 |
| | |||||
* | Get windows data merged properly. | Ned Batchelder | 2014-09-28 | 1 | -0/+2 |
| | |||||
* | Get coverage-coverage working nicely again | Ned Batchelder | 2014-09-20 | 1 | -13/+5 |
| | |||||
* | Update the versions we support | Ned Batchelder | 2014-05-03 | 1 | -9/+4 |
| | |||||
* | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Might as well get the pypy paths right. | Ned Batchelder | 2012-12-28 | 1 | -3/+2 |
| | |||||
* | Also add an unfortunate number of entries for Windows locations. | Ned Batchelder | 2012-12-09 | 1 | -2/+15 |
| | |||||
* | Get meta-coverage working on sub-processes. | Ned Batchelder | 2012-12-09 | 1 | -0/+14 |
| | |||||
* | Use '# pragma: nested' for lines not covered due to nested coverage. | Ned Batchelder | 2012-12-02 | 1 | -0/+1 |
| | |||||
* | Cross-platform coveage measurement. | Ned Batchelder | 2012-12-01 | 1 | -0/+5 |
| | |||||
* | A bunch of tweaks to improve coverage | Ned Batchelder | 2012-12-01 | 1 | -0/+3 |
| | |||||
* | Switch to our own prama syntax, so the tests can use the std without getting ↵ | Ned Batchelder | 2012-12-01 | 1 | -2/+2 |
| | | | | mixed up. | ||||
* | Switch these line endings to unix | Ned Batchelder | 2012-11-26 | 1 | -20/+20 |
| | |||||
* | Meta-coverage is now not hard-wired to my Ubuntu machine, and igor is linted. | Ned Batchelder | 2012-11-25 | 1 | -4/+4 |
| | |||||
* | Coverage.py measuring itself works again! 86%, btw. | Ned Batchelder | 2012-11-25 | 1 | -3/+4 |
| |