This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
11e89c72c1
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 22:38:49 +00:00
import
cPickle
Reorganize pickle/cPickle testing so the tests pass regardless of the order they're run.
2001-01-22 22:05:20 +00:00
import
pickletester
pickletester
.
dotest
(
cPickle
)