summaryrefslogtreecommitdiff
path: root/tests/test_coverage.py
Commit message (Expand)AuthorAgeFilesLines
* fix: recent pypy3.9 now omits lines after jumpsNed Batchelder2023-03-121-3/+3
* mypy: use __future__ uniformly in checked filesNed Batchelder2023-01-051-0/+2
* mypy: test_coverage.py, test_data.pyNed Batchelder2023-01-041-85/+85
* fix: adjust some PyPy behaviors. #1515Ned Batchelder2022-12-271-4/+0
* test: xfail decorator tests that fail on PyPy 3.8 (7.3.10alpha)Ned Batchelder2022-05-211-0/+4
* test: remove version-specfic skips we no longer needNed Batchelder2022-05-131-5/+0
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-7/+7
* fix: pypy3.9 traces decorators like CPython 3.8Ned Batchelder2022-02-201-5/+0
* test: adapt to PyPy 3.9 v7.8.8Ned Batchelder2022-02-061-0/+5
* refactor(test): use xfail for tests that fail on specific versions of PythonNed Batchelder2022-01-191-1/+1
* test: skip test that fails due to bpo 46331Ned Batchelder2022-01-151-0/+5
* refactor: specialize exceptionsNed Batchelder2021-11-141-4/+4
* fix: don't report branches to exclusions as missing. #1271Ned Batchelder2021-11-051-1/+15
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-1/+1
* refactor: pyupgrade --py36-plus tests/**.pyNed Batchelder2021-05-021-1/+0
* refactor: remove code explicitly choosing between py2 and py3Ned Batchelder2021-05-011-15/+0
* refactor: remove unused test class settingNed Batchelder2021-03-111-4/+0
* fix: don't report branches to missing lines. #1065Ned Batchelder2021-02-281-5/+5
* refactor: convert all skipping to pytest skipsNed Batchelder2021-02-071-5/+2
* style: correct placement of auto-added pytest importsNed Batchelder2021-01-311-1/+2
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-10/+11
* A better test for 'if not __debug__'Ned Batchelder2021-01-101-2/+1
* PEP 626: constant tests are kept as no-opsNed Batchelder2021-01-101-4/+15
* Python 3.10 doesn't compile statments after unconditional jumps.Ned Batchelder2021-01-101-82/+86
* 2506 is fixed?Ned Batchelder2021-01-101-4/+7
* Tests of statements after raise and returnNed Batchelder2021-01-101-0/+22
* More bitbucket->github urlsNed Batchelder2020-08-181-1/+1
* Sort the text missing results by line number, not kindNed Batchelder2018-12-251-5/+5
* A simple test of a test functionNed Batchelder2018-11-111-0/+17
* Adapt to 3.8's way of tracing decorated functionsNed Batchelder2018-11-031-4/+12
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Undo some 3.7b4 ast tweaksNed Batchelder2018-06-021-11/+2
* Add an explicit test for weird module docstring behavior.Ned Batchelder2017-10-051-0/+23
* Python 3.7 no longer includes class docstrings in the lnotab tableNed Batchelder2017-10-051-1/+6
* Use an ISO standard encoding in coding declarationsNed Batchelder2017-02-211-1/+1
* More pragmas for test skipsNed Batchelder2017-01-141-1/+1
* Use standard skipTest, which unittest-mixins will override.Ned Batchelder2016-06-121-2/+2
* Entry arcs now use the negative first line of the code object instead of -1.Ned Batchelder2016-03-021-1/+1
* Class docstrings shouldn't be considered executable. Not sure what happened ...Ned Batchelder2016-01-111-1/+1
* Class docstrings are executable.Ned Batchelder2016-01-101-1/+3
* Branch analysis is now done with AST instead of bytecodeNed Batchelder2016-01-071-19/+81
|\
| * Add some tests for uncovered casesNed Batchelder2016-01-061-1/+16
| * Merge in the default branchNed Batchelder2016-01-021-32/+44
| |\
| * | Better exception support, include except-except arcs, and except-elseNed Batchelder2016-01-021-12/+45
| * | Coding declarations are a pain in the assNed Batchelder2016-01-021-0/+9
| * | check_coverage now assumes empty missing and unpredicted, and uses branch alwaysNed Batchelder2016-01-011-6/+11
* | | Fix another form-feed problem, #461Ned Batchelder2016-01-051-0/+16
| |/ |/|
* | Change if-0 skips to real skips in the testsNed Batchelder2015-12-251-26/+26
* | if 0: might not do what we want, use a non-constantNed Batchelder2015-12-241-5/+5
* | Non-ascii characters work again in config regexes. Fixes #455.Ned Batchelder2015-12-241-1/+13
|/