Staging
v0.5.1
https://github.com/python/cpython
Revision a601fcca3bf2061e43d4d2710a730536cf26327b authored by Victor Stinner on 19 June 2017, 16:33:21 UTC, committed by GitHub on 19 June 2017, 16:33:21 UTC
* bpo-30383: regrtest: prepend testdir to sys.path

* bpo-30383: Backport test_regrtest

* regrtest: rename --slow option to --slowest

The old --slow syntax is still accepted.

* regrtest: add a single oneliner summary

Example: "Tests result: SUCCESS"

* test_regrtest: add test_coverage()

regrtest now also displays the number of successful tests when
coverage is used.

* test_regrtest: add test_crashed()

Handle correctly crashing test: account the crash has a failed test,
but continue to run other tests.

* regrtest: backport --list-tests feature

* regrtest: backport --fromfile enhancements

* regrtest: backport displaying progress enhancements

* test_regrtest: backport test_randseed()

* regrtest: Fix --coverage on Windows

Don't ignore any directory anymore. Change backported from master.
1 parent 04521c2
History
Tip revision: a601fcca3bf2061e43d4d2710a730536cf26327b authored by Victor Stinner on 19 June 2017, 16:33:21 UTC
[3.5] bpo-30383: Backport regrtest and test_regrtest enhancements from master to 3.5 (#2279)
Tip revision: a601fcc
File Mode Size
clinic
stringlib
README -rw-r--r-- 41 bytes
abstract.c -rw-r--r-- 71.4 KB
accu.c -rw-r--r-- 2.4 KB
boolobject.c -rw-r--r-- 6.5 KB
bytearrayobject.c -rw-r--r-- 94.0 KB
bytes_methods.c -rw-r--r-- 8.8 KB
bytesobject.c -rw-r--r-- 109.1 KB
capsule.c -rw-r--r-- 7.2 KB
cellobject.c -rw-r--r-- 4.8 KB
classobject.c -rw-r--r-- 18.7 KB
codeobject.c -rw-r--r-- 24.4 KB
complexobject.c -rw-r--r-- 31.4 KB
descrobject.c -rw-r--r-- 54.0 KB
dict-common.h -rw-r--r-- 548 bytes
dictnotes.txt -rw-r--r-- 6.0 KB
dictobject.c -rw-r--r-- 119.2 KB
enumobject.c -rw-r--r-- 12.7 KB
exceptions.c -rw-r--r-- 85.6 KB
fileobject.c -rw-r--r-- 15.4 KB
floatobject.c -rw-r--r-- 65.9 KB
frameobject.c -rw-r--r-- 32.3 KB
funcobject.c -rw-r--r-- 30.4 KB
genobject.c -rw-r--r-- 37.4 KB
iterobject.c -rw-r--r-- 9.1 KB
listobject.c -rw-r--r-- 86.3 KB
listsort.txt -rw-r--r-- 34.9 KB
lnotab_notes.txt -rw-r--r-- 5.3 KB
longobject.c -rw-r--r-- 160.8 KB
memoryobject.c -rw-r--r-- 89.3 KB
methodobject.c -rw-r--r-- 11.2 KB
moduleobject.c -rw-r--r-- 22.1 KB
namespaceobject.c -rw-r--r-- 7.3 KB
object.c -rw-r--r-- 56.8 KB
obmalloc.c -rw-r--r-- 78.0 KB
odictobject.c -rw-r--r-- 76.4 KB
rangeobject.c -rw-r--r-- 37.5 KB
setobject.c -rw-r--r-- 70.2 KB
sliceobject.c -rw-r--r-- 19.2 KB
structseq.c -rw-r--r-- 12.9 KB
tupleobject.c -rw-r--r-- 29.8 KB
typeobject.c -rw-r--r-- 228.9 KB
typeslots.inc -rw-r--r-- 3.9 KB
typeslots.py -rwxr-xr-x 1.2 KB
unicodectype.c -rw-r--r-- 7.5 KB
unicodeobject.c -rw-r--r-- 448.8 KB
unicodetype_db.h -rw-r--r-- 229.3 KB
weakrefobject.c -rw-r--r-- 29.5 KB

README

back to top