]> granicus.if.org Git - python/commit
Issue #26295: test_regrtest now uses a temporary directory
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 30 Mar 2016 00:33:52 +0000 (02:33 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 30 Mar 2016 00:33:52 +0000 (02:33 +0200)
commitd6e2502624c3f19593657086e1d673d2dd699b21
treeee565e4edb305d52b96770f12da44b052fbcc75a
parent9759dd334325f341318ff5f2ef25409a5e44dc98
Issue #26295: test_regrtest now uses a temporary directory

test_forever() stores its state into the builtins module since the test module
is reloaded at each run.

Remove also warning to detect leaked tests of a previous run.
Lib/test/test_regrtest.py