Skip to content

Commit 971dc01

Browse files
committed
Fix one versionchanged
1 parent 9743e4f commit 971dc01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Doc/library/unittest.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1936,8 +1936,11 @@ Loading and running tests
19361936
Calling ``main`` actually returns an instance of the ``TestProgram`` class.
19371937
This stores the result of the tests run as the ``result`` attribute.
19381938

1939+
.. versionchanged:: 3.1
1940+
The ``exit`` parameter was added.
1941+
19391942
.. versionchanged:: 3.2
1940-
The ``exit``, ``verbosity``, ``failfast``, ``catchbreak``, ``buffer``,
1943+
The ``verbosity``, ``failfast``, ``catchbreak``, ``buffer``
19411944
and ``warnings`` parameters were added.
19421945

19431946

0 commit comments

Comments
 (0)