mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Reorganize pickle/cPickle testing so the tests pass regardless of the order
they're run.
This commit is contained in:
parent
da6daee439
commit
e935816164
4 changed files with 157 additions and 170 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue