Commit e95fd0b4 authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.4 (#26046)

parents 3b1a8b3b 8a6ddb98
...@@ -118,7 +118,7 @@ and produce a report. ...@@ -118,7 +118,7 @@ and produce a report.
The :meth:`~TestCase.setUp` and :meth:`~TestCase.tearDown` methods allow you The :meth:`~TestCase.setUp` and :meth:`~TestCase.tearDown` methods allow you
to define instructions that will be executed before and after each test method. to define instructions that will be executed before and after each test method.
They are covered in more details in the section :ref:`organizing-tests`. They are covered in more detail in the section :ref:`organizing-tests`.
The final block shows a simple way to run the tests. :func:`unittest.main` The final block shows a simple way to run the tests. :func:`unittest.main`
provides a command-line interface to the test script. When run from the command provides a command-line interface to the test script. When run from the command
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment