mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Some cleanup in the docs.
This commit is contained in:
parent
28c7bcf38e
commit
b19be571e0
126 changed files with 804 additions and 1181 deletions
|
@ -33,8 +33,6 @@ written using a "traditional" testing style that compares output printed to
|
|||
Writing Unit Tests for the :mod:`test` package
|
||||
----------------------------------------------
|
||||
|
||||
.. %
|
||||
|
||||
It is preferred that tests that use the :mod:`unittest` module follow a few
|
||||
guidelines. One is to name the test module by starting it with ``test_`` and end
|
||||
it with the name of the module being tested. The test methods in the test module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue