Fred Drake
|
2e2be3760c
|
Change the PyUnit-based tests to use the test_main() approach. This
allows using the tests with unittest.py as a script. The tests will
still run when run as a script themselves.
|
2001-09-20 21:33:42 +00:00 |
Fred Drake
|
bc5619826e
|
Convert time module tests to PyUnit.
|
2001-05-22 17:02:02 +00:00 |
Fred Drake
|
132dce2246
|
Update the code to better reflect recommended style:
Use != instead of <> since <> is documented as "obsolescent".
Use "is" and "is not" when comparing with None or type objects.
|
2000-12-12 23:11:42 +00:00 |
Guido van Rossum
|
41360a4696
|
Mass check-in after untabifying all files that need it.
|
1998-03-26 19:42:58 +00:00 |
Guido van Rossum
|
6a99984e79
|
Use long() instead of int() to compare mktime(localtime(t) with t...
|
1997-12-08 21:48:01 +00:00 |
Guido van Rossum
|
e7038425b1
|
Tweaks to cope with strftime returning 0 without error for %Z
|
1997-08-18 15:37:38 +00:00 |
Guido van Rossum
|
ad183bbfe6
|
Removed nonstandard strftime formats (strftime is tested more
extensively in test_strftime.py anyway).
|
1997-02-20 16:23:01 +00:00 |
Barry Warsaw
|
b0c2232011
|
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.
|
1996-12-06 23:30:07 +00:00 |