mirror of https://github.com/python/cpython.git
Fix one versionchanged
This commit is contained in:
parent
9743e4f616
commit
971dc01e8a
|
@ -1936,8 +1936,11 @@ Loading and running tests
|
|||
Calling ``main`` actually returns an instance of the ``TestProgram`` class.
|
||||
This stores the result of the tests run as the ``result`` attribute.
|
||||
|
||||
.. versionchanged:: 3.1
|
||||
The ``exit`` parameter was added.
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
The ``exit``, ``verbosity``, ``failfast``, ``catchbreak``, ``buffer``,
|
||||
The ``verbosity``, ``failfast``, ``catchbreak``, ``buffer``
|
||||
and ``warnings`` parameters were added.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue