mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
This commit is contained in:
parent
da9edae1f4
commit
f7ec1698a2
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
|
||||||
findleaks=False, use_resources=None, trace=False, coverdir='coverage',
|
findleaks=False, use_resources=None, trace=False, coverdir='coverage',
|
||||||
runleaks=False, huntrleaks=False, verbose2=False, print_slow=False,
|
runleaks=False, huntrleaks=False, verbose2=False, print_slow=False,
|
||||||
random_seed=None, use_mp=None, verbose3=False, forever=False,
|
random_seed=None, use_mp=None, verbose3=False, forever=False,
|
||||||
header=False, timeout=None):
|
header=False, timeout=30*60):
|
||||||
"""Execute a test suite.
|
"""Execute a test suite.
|
||||||
|
|
||||||
This also parses command-line options and modifies its behavior
|
This also parses command-line options and modifies its behavior
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue