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

Setting up TOX #14

Closed Uplink036 closed 5 months ago

Uplink036 commented 5 months ago

As mentioned in issue #12 we want a tox, to test multiple versions of python.

I'm planning to follow the guide found here.

Uplink036 commented 5 months ago

Apparently while TOX can run multiple versions, you need to have them installed first. I am looking at pyenv to get something that can work across multiple versions of python.

Uplink036 commented 5 months ago

There is now a valid version of our project with tox. While not perfect and does require some work, it's good enough to move forward with. Should however add some information to our readme about it.