Skip to content

Commit eef254d

Browse files
authored
bpo-30383: Add NEWS entry for backported regrtest (#2438)
1 parent 85b34ed commit eef254d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
regrtest: Enhance regrtest and backport features from the master branch.
2+
3+
Add options: --coverage, --testdir, --list-tests (list test files, don't run
4+
them), --list-cases (list test identifiers, don't run them, :issue:`30523`),
5+
--matchfile (load a list of test filters from a text file, :issue:`30540`),
6+
--slowest (alias to --slow).
7+
8+
Enhance output: add timestamp, test result, currently running tests, "Tests
9+
result: xxx" summary with total duration, etc.
10+
11+
Fix reference leak hunting in regrtest, --huntrleaks: regrtest now warms up
12+
caches, create explicitly all internal singletons which are created on
13+
demand to prevent false positives when checking for reference leaks.
14+
(:issue:`30675`).

0 commit comments

Comments
 (0)