Sean-Nishi / M1Wengine

A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3 stars 0 forks source link

Run unit testing in CI/CD pipeline #387

Open owalk opened 9 months ago

owalk commented 9 months ago

add github workflow to run the python file with the tests

Linter workflow does essentially what is needed, would need to rename the parts of the workflow, rename the workflow, rename the file, and change the command run to run the unit testing files. A single file should run all unit tests