1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Fix typos in test commands

This commit is contained in:
Chuck Daniels
2024-04-21 19:58:00 -04:00
parent f3147f574b
commit 40ac0de652

View File

@@ -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