Convert python tests to automated
dekarrin opened this issue · comments
Rebecca Nelson commented
Need to switch all current tests to use a standardized testing suite. unittest
seems good, and appears to let us do a single command to run all tests (python -m unittest discover
), but any framework that allows running of all tests with a single command that returns non-zero on test failure would be suitable.