Change CircleCI to run CLI tests, then GUI tests

This commit is contained in:
Micah Lee 2020-10-14 20:42:20 -07:00
parent efb821f374
commit d5b4ad46cd
4 changed files with 38 additions and 116 deletions

View file

@ -56,7 +56,7 @@ poetry run onionshare-cli
To run tests:
```
poetry run pytest -vvv ./tests
poetry run pytest -v ./tests
```
### Making a release