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

Test for comparing hashes from different python and operating system versions, added class & function test #24

Closed Klattraren closed 5 months ago

Klattraren commented 5 months ago

Added pytest for testing hased pickled data over different python versions/operatingsystems.

Added A better filestructure to sort test's for different versions/operatingsystems.

Added five class/function test's taken from geeks for geeks and w3schools.

Updated unpack_and_compare_single_test to be able to work with the new filestructure and also automating the sorting.