diff options
| author | Georg Brandl <georg@python.org> | 2007-12-29 10:57:00 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-12-29 10:57:00 +0000 |
| commit | b19be571e09263239ef29c92eee06dbb30186685 (patch) | |
| tree | 9c8a5439b14ce34cfaa0e4e164483b0f8690aa42 /Doc/library/test.rst | |
| parent | 28c7bcf38e1e69a9091cbba90b982331428ddbe6 (diff) | |
| download | cpython-git-b19be571e09263239ef29c92eee06dbb30186685.tar.gz | |
Some cleanup in the docs.
Diffstat (limited to 'Doc/library/test.rst')
| -rw-r--r-- | Doc/library/test.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 90b4db31e9..f5c1fda36c 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -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 |
