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

Expand readme #45

Closed Uplink036 closed 3 months ago

Uplink036 commented 3 months ago

Expaned the readme to include how to run workflows. Also added a fix to test pickle, as requsted by @Klattraren.