From f618c00ad780207314d70601491cfc0941aca4ca Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Wed, 16 Feb 2022 18:08:54 +0100 Subject: [PATCH] Fixed readme for start of tests --- tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index d0578f8059..854d56718c 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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.