From 40ac0de652b836847af8cc6fc0da8d2dddf5d874 Mon Sep 17 00:00:00 2001 From: Chuck Daniels Date: Sun, 21 Apr 2024 19:58:00 -0400 Subject: [PATCH] Fix typos in test commands --- docs/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 5716238..ca16fe7 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -115,8 +115,8 @@ in this example:: pyenv local 3.12.0 pypy3.10 # Run the whole test suite - pip install .[test] - ./run_tests.sh + pip install .[tests] + ./runtests.sh Troubleshooting on MacOSX