]> granicus.if.org Git - python/commit
Standardize behavior: no docstrings in test functions; add a proper
authorGuido van Rossum <guido@python.org>
Thu, 22 Aug 2002 19:57:50 +0000 (19:57 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 Aug 2002 19:57:50 +0000 (19:57 +0000)
commita5ce2e8c17c579da253ddf817494cddf170f4d54
tree75f86d1f6273db5cdeb6b300543da511d75eff9a
parent9ad15a3dff45359d5d6184764c9edae6f5298b29
Standardize behavior: no docstrings in test functions; add a proper
test_main() that creates a suite and runs it.  Don't mess with sys.path!!!
Lib/test/test_strptime.py