summaryrefslogtreecommitdiff
path: root/tests/test_arcs.py
Commit message (Expand)AuthorAgeFilesLines
* test(fix): skip tests that trip a specific Mac 3.9 eventlet bugNed Batchelder2021-11-241-0/+10
* test(refactor): if two skips apply, put the more significant reason closer to...Ned Batchelder2021-11-211-1/+1
* fix(test): make .pth files once per sessionNed Batchelder2021-11-211-1/+4
* style: convert more string formatting to f-stringsNed Batchelder2021-11-111-2/+2
* fix: CPython 3.11 support. #1241Ned Batchelder2021-11-101-0/+2
* fix: changes for PyPy3.8Ned Batchelder2021-10-251-0/+2
* test: parametrize test_pathologically_long_code_objectNed Batchelder2021-10-141-21/+18
* test: don't use subprocesses where we don't have toNed Batchelder2021-10-131-3/+4
* style: prefer explicit string concatenationNed Batchelder2021-10-101-23/+21
* test: another test suggested by Mark ShannonNed Batchelder2021-08-311-0/+15
* fix: missing exceptions through with statements in 3.10 aren't considered mis...Ned Batchelder2021-08-141-0/+56
* refactor: move a test helper to CoverageTestNed Batchelder2021-08-141-6/+2
* test: add a test for #1205 bpo-44840Ned Batchelder2021-08-091-1/+27
* fix: match/case will trace the default case lineNed Batchelder2021-07-271-1/+1
* test: add a test for bpo 44622, #1176Ned Batchelder2021-07-191-0/+24
* test: add tests of #1175Ned Batchelder2021-07-191-0/+34
* test: a better way to skip a test for two reasonsNed Batchelder2021-07-131-5/+2
* test: skip a test that won't run on 3.6Ned Batchelder2021-07-131-0/+1
* test: add a test for bug #1158Ned Batchelder2021-07-131-0/+25
* test: 3.10.0b4 traces match/case incorrectlyNed Batchelder2021-07-121-1/+5
* test: add a test for #1184.Ned Batchelder2021-07-081-0/+17
* feat: add support for Python 3.10 match-case statementsNed Batchelder2021-06-061-0/+51
* fix: in Python 3.10, leaving a with block exits through the with statement.Ned Batchelder2021-06-051-7/+106
* test: add a test for annotated assignmentNed Batchelder2021-06-051-0/+15
* refactor: remove some unneeded behavior conditionalsNed Batchelder2021-05-011-7/+0
* refactor: remove code explicitly choosing between py2 and py3Ned Batchelder2021-05-011-17/+4
* refactor: convert all skipping to pytest skipsNed Batchelder2021-02-071-9/+7
* refactor: remove unittest.assertCountEqualNed Batchelder2021-02-061-1/+2
* refactor: remove reliance on unittest_mixins.StdStreamCapturingMixinNed Batchelder2021-02-021-2/+3
* test: keep multi-assert arc diffs workingNed Batchelder2021-01-311-4/+0
* style: fix long lines and avoid backslashesnedbat/unittest2pytestNed Batchelder2021-01-311-4/+4
* style: singleton comparisons should use isNed Batchelder2021-01-311-1/+1
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-12/+8
* A better test for 'if not __debug__'Ned Batchelder2021-01-101-11/+13
* PEP 626: constant tests are kept as no-opsNed Batchelder2021-01-101-28/+113
* In 3.10, modules always have firstlineno==1Ned Batchelder2021-01-101-1/+3
* Python 3.10 doesn't compile statments after unconditional jumps.Ned Batchelder2021-01-101-7/+30
* More bitbucket->github urlsNed Batchelder2020-08-181-6/+6
* handle decorators for AsyncFunctionDefs. Closes #964Kjell Braden2020-03-241-0/+17
* Remove a temporary xfail for 3.9a2Ned Batchelder2020-01-251-8/+1
* Better xfail mechanismNed Batchelder2020-01-181-15/+8
* bpo39166 is fixedNed Batchelder2020-01-101-1/+1
* A better name for a thing I will soon deleteNed Batchelder2020-01-041-6/+6
* bpo-39114 will be fixed soon.Ned Batchelder2019-12-311-2/+2
* bpo 39114 broke 3.9, but maybe it's their bugNed Batchelder2019-12-211-0/+14
* Exit arcs have to be corrected to first linesNed Batchelder2019-09-211-45/+25
* Adapt to optimization tweak in CPython 3.8.0b1Ned Batchelder2019-06-051-0/+3
* Move more PYVERSION to be PYBEHAVIORNed Batchelder2019-03-241-9/+13
* One last decorator test change for 3.8Ned Batchelder2018-11-111-2/+10
* Python 3.8 will optimize away "while True:"Ned Batchelder2018-11-111-9/+28