From 405acbd74e355c64f1e5e9a79e44fe9191b6a0a0 Mon Sep 17 00:00:00 2001 From: mpenning Date: Thu, 30 Nov 2023 10:36:36 -0600 Subject: [PATCH] Modify recommended test syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ... ```