diff --git a/tests/pytest/run.sh b/tests/pytest/run.sh index a7354fe..32cc499 100755 --- a/tests/pytest/run.sh +++ b/tests/pytest/run.sh @@ -17,6 +17,11 @@ echo "[-] Installing libosdp.." pip install ../../python if [[ "$1" == "-n" ]]; then + echo "To run tests do:" + echo + echo "cd ${PYTEST_DIR}" + echo "source .venv/bin/activate" + echo "pytest -vv --show-capture=all [test_.py]" exit fi