Staging
v0.8.1
https://github.com/python/cpython
Revision 34b7c438b8dc0a1e7e23c9b2d7ce7f8a7c31b4f4 authored by Victor Stinner on 14 December 2018, 12:44:08 UTC, committed by GitHub on 14 December 2018, 12:44:08 UTC
bpo-34279, bpo-35412: support.run_unittest() no longer raises
TestDidNotRun if a test result contains skipped tests. The
exception is now only raised if no test have been run and no test
have been skipped.

(cherry picked from commit 3a8f4fef4a4dd0e4a800545468eef9542e126181)
1 parent 16d6320
History
Tip revision: 34b7c438b8dc0a1e7e23c9b2d7ce7f8a7c31b4f4 authored by Victor Stinner on 14 December 2018, 12:44:08 UTC
bpo-34279: regrtest consider that skipped tests are ran (GH-11132) (GH-11158)
Tip revision: 34b7c43
File Mode Size
Python.asdl -rw-r--r-- 4.2 KB
acceler.c -rw-r--r-- 3.3 KB
asdl.py -rw-r--r-- 11.1 KB
asdl_c.py -rwxr-xr-x 40.8 KB
bitset.c -rw-r--r-- 1.0 KB
firstsets.c -rw-r--r-- 2.8 KB
grammar.c -rw-r--r-- 7.2 KB
grammar1.c -rw-r--r-- 1.2 KB
intrcheck.c -rw-r--r-- 2.5 KB
listnode.c -rw-r--r-- 1.2 KB
metagrammar.c -rw-r--r-- 2.4 KB
myreadline.c -rw-r--r-- 5.7 KB
node.c -rw-r--r-- 4.4 KB
parser.c -rw-r--r-- 11.5 KB
parser.h -rw-r--r-- 1.0 KB
parsetok.c -rw-r--r-- 7.7 KB
pgen.c -rw-r--r-- 17.9 KB
pgenmain.c -rw-r--r-- 3.7 KB
printgrammar.c -rw-r--r-- 2.9 KB
spark.py -rw-r--r-- 26.3 KB
tokenizer.c -rw-r--r-- 48.9 KB
tokenizer.h -rw-r--r-- 2.9 KB
tokenizer_pgen.c -rw-r--r-- 36 bytes

back to top