-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Incoporate testing into superbot; most likely utilising the unittest module. An idea would be like django does its tests, be able to run a command that goes through a "tests.py" in each of your apps/subapps. Either that or put the testing code in the files themselves and running the testcase when the file is executed. (if name == main)