nyxxxie/serenity

Add unit testing capability

nyxxxie opened this issue · 1 comments

Unit tests are a great way to both develop and check a codebase for potential defects that may unexpectedly arise due to changes in other files. It would be nice if we adopted a unit testing methodoloy similar to other python projects (have a directory in project root called "tests", run tests from setup.py).

Added in unit testing in f4a7cfc