summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_userlist.py
Commit message (Collapse)AuthorAgeFilesLines
* test_userlist.py:Tim Peters2000-09-191-39/+52
| | | | | Added new test for new __contains__ method. Extensive editing to get rid of asserts.
* robustify UserList constructor -- will now accept any sequenceJeremy Hylton2000-03-311-0/+11
| | | | add test cases for non-UserList class, tuple, & string
* Test suite for UserList.Guido van Rossum1999-03-261-0/+176