intern-space-program / avionics

Avionics software to be developed and passed down over multiple tours.
http://internspaceprogram.com/
MIT License
9 stars 8 forks source link

create continous integration workflow for nav #34

Closed mdbernard closed 4 years ago

mdbernard commented 4 years ago

It would be beneficial to use pytest instead of nav's custom unit_test function. This would allow for setting up a Continuous Integration workflow with GitHub's build-in Actions. Then, for any Pull Request, it would be easy to see whether nav is still functioning as intended with a single command.