]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Standardize behavior: no docstrings in test functions. Also get rid
authorGuido van Rossum <guido@python.org>
Thu, 22 Aug 2002 20:02:03 +0000 (20:02 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 Aug 2002 20:02:03 +0000 (20:02 +0000)
commit8ccd9b63cc14aa07b1f6ab4477772addcfc6ee89
treec3ab87337596dc2735604971095a99a99f2d24e0
parenta5ce2e8c17c579da253ddf817494cddf170f4d54
Standardize behavior: no docstrings in test functions.  Also get rid
of dummy_test_TemporaryFile class; when NamedTemporaryFile and
TemporaryFile are the same, simply don't add a test suite for
TemporaryFile.
Lib/test/test_tempfile.py