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

5/7 test cases for I/O asserts #19

Closed AdamMutzell closed 4 months ago

AdamMutzell commented 4 months ago

Started using the Hypothesis library for fuzzing. This is related to issue #15 , where this one solves the first five. There are several failures generated that I have not looked into.

Uplink036 commented 4 months ago

Don't feel like merging until the errors are dealt with. Meaning finding why they occur and trying to fix that, if we can't find a fix then we might need to discuss again.

Uplink036 commented 4 months ago

See above comments, we don't need to change but I have to ask. Otherwise it's good enough to merge according to me.

Uplink036 commented 4 months ago

Looks good to me, all discussion above seems to have been fixed. We can merge it now.