Update the tests for the new build and trigger apis.
This commit is contained in:
parent
206049dbf8
commit
4e713d704f
2 changed files with 91 additions and 0 deletions
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Reference in a new issue