summaryrefslogtreecommitdiffstats
path: root/Lib/test/mapping_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename class attribute containing the class to be tested, so the name is theWalter Dörwald2004-06-021-10/+10
| | | | same as for the string and sequence tests.
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-311-0/+672
mapping tests as possible in mapping_test.py and reuse the tests in test_dict.py, test_userdict.py, test_weakref.py, test_os.py and test_shelve.py. From SF patch #736962.