]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Document that docstrings are verboten for test functions.
authorGuido van Rossum <guido@python.org>
Thu, 22 Aug 2002 20:08:14 +0000 (20:08 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 Aug 2002 20:08:14 +0000 (20:08 +0000)
commit1c48654e01506b224527da99eaaf9a493bc5cd2d
tree1016719a9a1c61a232bfdb8e1ac3e7ef55380817
parent8ccd9b63cc14aa07b1f6ab4477772addcfc6ee89
Document that docstrings are verboten for test functions.

Expand the example to show some actual test functions, and a setUp()
and tearDown() method.
Lib/test/README