- 30 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
imports of test modules now import from the test package. Other related oddities are also fixed (like DeprecationWarning filters that weren't specifying the full import part, etc.). Also did a general code cleanup to remove all "from test.test_support import *"'s. Other from...import *'s weren't changed.
-
- 23 Agu, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
In README: Write up (Guido's) rules for intra-test imports; warn against asserts; document test_support.use_large_resources.
-
- 07 Mar, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This is done for backward compatibility with Python 1.4.
-
- 20 Ara, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
portable output.
-
- 18 Ara, 1996 1 kayıt (commit)
-
-
Barry Warsaw yazdı
triggering a bogus TestFailed exception.
-
- 12 Ara, 1996 2 kayıt (commit)
-
-
Barry Warsaw yazdı
tests.
-
Barry Warsaw yazdı
found.
-
- 11 Ara, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Ara, 1996 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
(testall.out): obsolete. see individual test output files in the Output directory. (testall.py): now contains only the list of all tests (autotest.py): The new testing harness. Supports -g option to generate output files instead of verifying; -w option to warn about non-tested optional modules; additional command line arguments to generate or test individual tests (useful for generating output file of new tests).
-
- 17 Ara, 1993 1 kayıt (commit)
-
-
Guido van Rossum yazdı
constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
-
- 27 Kas, 1992 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(testing operations on built-in types) and autotest.py (automatic regression testing).
-