- 08 Ara, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
test_tuple.py and test_list.py. Common tests for tuple, list and UserList are shared (in seq_tests.py and list_tests.py). Port tests to PyUnit. (From SF patch #736962)
-
- 17 Haz, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Also, modified UserList.index() to match and expanded the related tests.
-
- 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.
-
- 19 Şub, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 13 Şub, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
coverage. From SF patch #662807
-
- 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. :)
-
- 17 Ock, 2001 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
'verify' iff it's used by a test module...
-
Marc-André Lemburg yazdı
and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
- 19 Eyl, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
Added new test for new __contains__ method. Extensive editing to get rid of asserts.
-
- 31 Mar, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
add test cases for non-UserList class, tuple, & string
-
- 26 Mar, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-