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

Added function to store objects as both pickle and json #20

Closed Klattraren closed 4 months ago

Klattraren commented 4 months ago

This function is made so that we can test pickled objects over different operating systems and versions and still being able to compare and store the answer so that it doesnt get lost.

Uplink036 commented 4 months ago

Why do we upload the pickle file as well? It's not human readable, doesn't feel relevant and will change a lot.

Uplink036 commented 4 months ago

Fixed the merge conflict, though we got a conflict with the requirements file. Apparently, json is nowadays a standard library. Meaning we don't have to do that pip install. Removed it from the file for you as well.