]> granicus.if.org Git - python/commit
test of time module. not terribly fancy, but it does touch every
authorBarry Warsaw <barry@python.org>
Fri, 6 Dec 1996 23:30:07 +0000 (23:30 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 6 Dec 1996 23:30:07 +0000 (23:30 +0000)
commitb0c2232011b6a7a93fd72191b25193ad792af651
tree4811302ef7d4e0fcb135f662f57fcb5db8b32452
parent843e712bdab7891a9880aad036c69b4bec478831
test of time module.  not terribly fancy, but it does touch every
function and variable in the module, verifies a few return values and
even tests a couple of known error conditions.
Lib/test/test_time.py [new file with mode: 0644]