first attempt at unit tests

this commit moves tests out of the ara/ directory, and adds in our
first set of unit tests:

- `test_models.py` introduces some minimal testing of models (ensures
  that objects are created and linked appropriately).

- `test_callback.py` exercises most of the callback methods and
  ensures that objects are created appropriately, and performs some
  limited verification on things like statistics calculation.
This commit is contained in:
Lars Kellogg-Stedman
2016-05-23 21:00:41 -04:00
parent 1233b916eb
commit 3d514774e4
7 changed files with 233 additions and 7 deletions

0
ara/callback/__init__.py Normal file
View File