mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fixed readme for start of tests
This commit is contained in:
parent
c6805d5b5a
commit
f618c00ad7
1 changed files with 2 additions and 2 deletions
|
|
@ -15,11 +15,11 @@ How to run:
|
|||
- single test class could be run by PyCharm and its pytest runner directly
|
||||
- OR
|
||||
- use Openpype command 'runtests' from command line (`.venv` in ${OPENPYPE_ROOT} must be activated to use configured Python!)
|
||||
-- `${OPENPYPE_ROOT}/python start.py runtests`
|
||||
-- `python ${OPENPYPE_ROOT}/start.py runtests`
|
||||
|
||||
By default, this command will run all tests in ${OPENPYPE_ROOT}/tests.
|
||||
|
||||
Specific location could be provided to this command as an argument, either as absolute path, or relative path to ${OPENPYPE_ROOT}.
|
||||
(eg. `${OPENPYPE_ROOT}/python start.py runtests ../tests/integration`) will trigger only tests in `integration` folder.
|
||||
(eg. `python ${OPENPYPE_ROOT}/start.py start.py runtests ../tests/integration`) will trigger only tests in `integration` folder.
|
||||
|
||||
See `${OPENPYPE_ROOT}/cli.py:runtests` for other arguments.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue