moe-serifu-circle / moe-serifu-agent

Anime-themed personal assistant and goal-oriented intelligent agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert python tests to automated

dekarrin opened this issue · comments

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.