From 971dc01e8a59bf0c0186d5b104e2a929ec293f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Thu, 16 Dec 2010 03:13:05 +0000 Subject: Fix one versionchanged --- Doc/library/unittest.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index bcb9517..c011be8 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -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. -- cgit v0.12