- 25 Nis, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
-
- 08 Haz, 2005 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
[Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single null byte; test a null byte in all encodings to be sure it works
-
- 04 Ock, 2004 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 01 May, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807.
-
- 22 Agu, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 15 Agu, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
exception. The bug fix for SF #430849 wasn't quite right. This closes SF bug #595671. I'll backport this to Python 2.2.
-
- 23 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
-
- 23 May, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 18 May, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-