Standardize behavior: no docstrings in test functions. Also use
authorGuido van Rossum <guido@python.org>
Thu, 22 Aug 2002 20:21:30 +0000 (20:21 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 Aug 2002 20:21:30 +0000 (20:21 +0000)
commit9eee554bd9cff22eea0e39dd107576f0ef93e108
tree343a15a93312a12a61c7bc522ac36b99a78a67a5
parent327af775b89e7870807d1beae66567e77dd64ee5
Standardize behavior: no docstrings in test functions.  Also use
unittest.makeSuite() rather than loader.loadTestsFromTestCase().
Lib/test/test_weakref.py