uvic-aero / onboard-computer

0 stars 1 forks source link

Set up unittest framework #41

Closed avesk closed 4 years ago

avesk commented 4 years ago

This PR sets up the python unit testing framework, unittest.

Tests live in the test directory and can be ran with python3 -m unittest test.[test_module_name]

I've written one dummy test, test_vision, for the Vision app. Run with: python3 -m unittest test.test_vision

dragonprevost commented 4 years ago

stoked that this is up, checking it out now