From d6c5f749d86b2676ba393c1f1e2a4c407ea5fd36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Thu, 16 Dec 2010 00:07:01 +0000 Subject: [PATCH] =?UTF-8?q?No=20need=20to=20generate=20a=20link=20for=20so?= =?UTF-8?q?mething=20that=E2=80=99s=20just=20above.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/library/unittest.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 75070f76cb6..bcb95171394 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -257,8 +257,7 @@ Command-line options Stop the test run on the first error or failure. .. versionadded:: 3.2 - The command-line options :option:`-b`, :option:`-c` and :option:`-f` - were added. + The command-line options ``-b``, ``-c`` and ``-f`` were added. The command line can also be used for test discovery, for running all of the tests in a project or just a subset.