mirror of
https://github.com/python/cpython.git
synced 2025-08-18 07:41:05 +00:00
merge 3.5 (#26046)
This commit is contained in:
commit
3407473f91
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ and produce a report.
|
|||
|
||||
The :meth:`~TestCase.setUp` and :meth:`~TestCase.tearDown` methods allow you
|
||||
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`
|
||||
provides a command-line interface to the test script. When run from the command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue