]> granicus.if.org Git - python/commit
Covert pickle tests to use unittest.
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 15 Oct 2001 21:38:56 +0000 (21:38 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 15 Oct 2001 21:38:56 +0000 (21:38 +0000)
commit6642653875ff1b2f4bbe9c351c58cfa1c1abbede
treec5e2e1ea02b0d19199af36ca018c88a92fffe3a5
parent499ab6a65381256e24bf99ef897e8058c19d54ec
Covert pickle tests to use unittest.

Extend tests to cover a few more cases.  For cPickle, test several of
the undocumented features.
Lib/test/output/test_cpickle [deleted file]
Lib/test/output/test_pickle [deleted file]
Lib/test/pickletester.py
Lib/test/test_cpickle.py
Lib/test/test_pickle.py