summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-10-14 20:42:20 -0700
committerMicah Lee <micah@micahflee.com>2020-10-14 20:42:20 -0700
commit33d522d0dae819f12709299b5b9eaff32a16c5ab (patch)
tree3ff717835129a3ae56d0333d729af7c905283f1d /cli
parent09e9ed387874b9b3681bdb0e05b2b80fee9f9955 (diff)
downloadonionshare-33d522d0dae819f12709299b5b9eaff32a16c5ab.tar.gz
onionshare-33d522d0dae819f12709299b5b9eaff32a16c5ab.zip
Change CircleCI to run CLI tests, then GUI tests
Diffstat (limited to 'cli')
-rw-r--r--cli/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/README.md b/cli/README.md
index 3ebfd1bf..d7858404 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -56,7 +56,7 @@ poetry run onionshare-cli
To run tests:
```
-poetry run pytest -vvv ./tests
+poetry run pytest -v ./tests
```
### Making a release