OP-2042 - added better documentation how to run it

This commit is contained in:
Petr Kalis 2021-12-02 19:02:35 +01:00
parent e35920f9be
commit d4e5ab90cf
3 changed files with 3 additions and 0 deletions

View file

@ -22,6 +22,7 @@ class TestPublishInMaya(PublishTest):
Checks tmp folder if all expected files were published.
How to run:
(in cmd with activated {OPENPYPE_ROOT}/.venv)
{OPENPYPE_ROOT}/.venv/Scripts/python.exe {OPENPYPE_ROOT}/start.py runtests ../tests/integration/hosts/maya # noqa: E501
"""

View file

@ -21,6 +21,7 @@ class TestPublishInNuke(PublishTest):
Checks tmp folder if all expected files were published.
How to run:
(in cmd with activated {OPENPYPE_ROOT}/.venv)
{OPENPYPE_ROOT}/.venv/Scripts/python.exe {OPENPYPE_ROOT}/start.py runtests ../tests/integration/hosts/nuke # noqa: E501
"""

View file

@ -20,6 +20,7 @@ class TestPublishInPhotoshop(PublishTest):
Checks tmp folder if all expected files were published.
How to run:
(in cmd with activated {OPENPYPE_ROOT}/.venv)
{OPENPYPE_ROOT}/.venv/Scripts/python.exe {OPENPYPE_ROOT}/start.py runtests ../tests/integration/hosts/photoshop # noqa: E501
"""