cpython/Lib/test/test_cpickle.py

6 lines
89 B
Python

# Test the cPickle module
import cPickle
import test_pickle
test_pickle.dotest(cPickle)