diff --git a/README.md b/README.md index db75e5b..735ed78 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,7 @@ If you already git cloned the repo and want to manually run tests either run wit ```shell $ cd tests -$ pytest -vvs ./test_*py +$ pytest ./test*py ... ```