diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-01-22 22:05:20 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-01-22 22:05:20 (GMT) |
commit | e935816164fb028d90072627a2dd9bd17bca969c (patch) | |
tree | 0ce07c971cf2d0dc9b22f6114548fbe95bbfe7a8 /Lib/test/output | |
parent | da6daee43977fa0bae953f4104012f069ddc79e6 (diff) | |
download | cpython-e935816164fb028d90072627a2dd9bd17bca969c.zip cpython-e935816164fb028d90072627a2dd9bd17bca969c.tar.gz cpython-e935816164fb028d90072627a2dd9bd17bca969c.tar.bz2 |
Reorganize pickle/cPickle testing so the tests pass regardless of the order
they're run.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_cpickle | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Lib/test/output/test_cpickle b/Lib/test/output/test_cpickle index 696288a..d3b5cc5 100644 --- a/Lib/test/output/test_cpickle +++ b/Lib/test/output/test_cpickle @@ -11,15 +11,3 @@ loads() BINDATA ok dumps() RECURSIVE ok -dumps() -loads() -ok -loads() DATA -ok -dumps() binary -loads() binary -ok -loads() BINDATA -ok -dumps() RECURSIVE -ok |