Update the tests for the new build and trigger apis.

This commit is contained in:
jakedt 2014-02-26 13:45:49 -05:00
parent 206049dbf8
commit 4e713d704f
2 changed files with 91 additions and 0 deletions

View file

@ -55,6 +55,13 @@ running the tests:
STACK=test python -m unittest discover
```
running the tests with coverage (requires coverage module):
```
STACK=test coverage run -m unittest discover
coverage html
```
generating screenshots:
```