Uplink036 / PickleTestSuite

PickleTestSuite is a rigorous test suite for evaluating the stability and correctness of Python's pickle module across diverse environments, for consistent serialization outcomes for identical inputs.
MIT License
0 stars 0 forks source link

Store function (logging) #11

Closed AdamMutzell closed 5 months ago

AdamMutzell commented 5 months ago

We need a robust function that can log the hasched pickle values to a file that can be used in other OS and python versions.

Make sure to also make folders for the different protocol types

Klattraren commented 5 months ago

This is addreses in issue #21 and pullrequest #20.