mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Get --coverage to be an acceptable flag for test.regrtest again.
This commit is contained in:
parent
610e544bf7
commit
63eef1e0dd
3 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@ Expressions
|
|||
|
||||
.. index:: expression, BNF
|
||||
|
||||
This chapter explains the meaning of the elements of expressions in Python.
|
||||
This chapter explains the meaning of the elements of expressions in Python.
|
||||
|
||||
**Syntax Notes:** In this and the following chapters, extended BNF notation will
|
||||
be used to describe syntax, not lexical analysis. When (one alternative of) a
|
||||
|
|
|
@ -264,8 +264,8 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
|
|||
'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks',
|
||||
'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',
|
||||
'runleaks', 'huntrleaks=', 'memlimit=', 'randseed=',
|
||||
'multiprocess=', 'slaveargs=', 'forever', 'debug', 'start=',
|
||||
'nowindows', 'header'])
|
||||
'multiprocess=', 'coverage', 'slaveargs=', 'forever', 'debug',
|
||||
'start=', 'nowindows', 'header'])
|
||||
except getopt.error as msg:
|
||||
usage(msg)
|
||||
|
||||
|
|
|
@ -172,6 +172,8 @@ Tools/Demos
|
|||
Tests
|
||||
-----
|
||||
|
||||
- Make the --coverage flag work for test.regrtest.
|
||||
|
||||
- Issue #1677694: Refactor and improve test_timeout. Original patch by
|
||||
Björn Lindqvist.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue