Skip to content

Commit faad89c

Browse files
committed
docs: document that we can use pytest to run the tests
1 parent d5fda0f commit faad89c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ Many thanks to:
149149
## Tests
150150

151151
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`
152153
- Run all the dev tests: `everyvoice/run_tests.py dev` or `everyvoice test dev`
153154
- Run the tests with verbose logs: `everyvoice/run_tests.py --verbose dev`
154155
- Show the names of the other suites you can run: `everyvoice/run_tests.py -h`

make-everyvoice-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,4 @@ if [[ $USE_UV ]]; then
273273
else
274274
echo "Run \"conda activate $ENV2ACTIVATE\" to activate it."
275275
fi
276-
echo "Run \"everyvoice/run_tests.py all\" to validate it."
276+
echo "Run \"pytest\" to validate it."

0 commit comments

Comments
 (0)