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

Merge pull request #836 from chuckwondo/fix-testing-instructions

Fix typos in testing instructions
This commit is contained in:
Sebastian Pipping
2024-06-02 15:29:57 +02:00
committed by GitHub

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