We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fda0f commit faad89cCopy full SHA for faad89c
2 files changed
README.md
@@ -149,6 +149,7 @@ Many thanks to:
149
## Tests
150
151
There are many ways to run the unit tests, if you installed EveryVoice from source:
152
+ - Run all the tests with the most concise output: `pytest`
153
- Run all the dev tests: `everyvoice/run_tests.py dev` or `everyvoice test dev`
154
- Run the tests with verbose logs: `everyvoice/run_tests.py --verbose dev`
155
- Show the names of the other suites you can run: `everyvoice/run_tests.py -h`
make-everyvoice-env
@@ -273,4 +273,4 @@ if [[ $USE_UV ]]; then
273
else
274
echo "Run \"conda activate $ENV2ACTIVATE\" to activate it."
275
fi
276
-echo "Run \"everyvoice/run_tests.py all\" to validate it."
+echo "Run \"pytest\" to validate it."
0 commit comments