| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -1/+2 |
| | | | | | 'verify' iff it's used by a test module... | ||||
| * | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
| * | test_userlist.py: | Tim Peters | 2000-09-19 | 1 | -39/+52 |
| | | | | | | Added new test for new __contains__ method. Extensive editing to get rid of asserts. | ||||
| * | robustify UserList constructor -- will now accept any sequence | Jeremy Hylton | 2000-03-31 | 1 | -0/+11 |
| | | | | | add test cases for non-UserList class, tuple, & string | ||||
| * | Test suite for UserList. | Guido van Rossum | 1999-03-26 | 1 | -0/+176 |
