summaryrefslogtreecommitdiffstats
path: root/Python/compile.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-09-18 12:34:22 (GMT)
committerGitHub <noreply@github.com>2021-09-18 12:34:22 (GMT)
commitdea59cf88adf5d20812edda330e085a4695baba4 (patch)
tree9e03360107aaca83292b53743e1d10898427379c /Python/compile.c
parent94b462686b7dfabbd69cc9401037d736d71c4dc2 (diff)
downloadcpython-dea59cf88adf5d20812edda330e085a4695baba4.zip
cpython-dea59cf88adf5d20812edda330e085a4695baba4.tar.gz
cpython-dea59cf88adf5d20812edda330e085a4695baba4.tar.bz2
bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446)
unittest.TestCase.debug() raises now a SkipTest if the class or the test method are decorated with the skipping decorator. Previously it only raised a SkipTest if the test method was decorated with other decorator in addition to the skipping decorator, or if SkipTest was explicitly raised in the test or setup methods.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions