This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
499ab6a653
cpython
/
Lib
/
test
/
test_cpickle.py
4 lines
64 B
Python
Raw
Normal View
History
Unescape
Escape
Basic regr tests for pickle/cPickle
1999-03-25 18:38:49 -04:00
import
cPickle
Reorganize pickle/cPickle testing so the tests pass regardless of the order they're run.
2001-01-22 18:05:20 -04:00
import
pickletester
pickletester
.
dotest
(
cPickle
)