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 09e9ed3878
commit 33d522d0da
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
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