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

Add basic workflow #5

Closed Uplink036 closed 4 months ago

Uplink036 commented 4 months ago

From a action template file I've gotten this. This is mainly to show a pull request and for the first task in #1.

Meaning, this pull request will add a basic python workflow that will use pytest to test our application. It does this through running a container and following the job as describe in the testing.yml file.

Klattraren commented 4 months ago

Looks good!