adding mocked tests to github actions

This commit is contained in:
bharnden 2019-10-24 15:28:30 -07:00
parent 5c12651e4e
commit e4a2c18d17

View file

@ -30,3 +30,7 @@ jobs:
run: |
cd daemon
pipenv run flake8
- name: tests
run: |
cd daemon
pipenv run pytest -v --mock