add initial base code for baddie detector

This commit is contained in:
Jeff Becker 2016-11-23 09:37:49 -05:00
parent 4a7fb5f526
commit e7e0c6200f
11 changed files with 499 additions and 0 deletions

View file

@ -0,0 +1,10 @@
This requires pytest to be installed.
It's not a dependency in setup.py because end users should not have to worry about testing.
Here is how to install it:
http://pytest.org/latest/getting-started.html#installation
And to run it:
py.test