From 0fa16d7ccea97cec4864983291183249da994b4c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 29 Dec 2022 03:11:30 +0300 Subject: README: Update invocation command for pytest Invoke pytest via python so as to ensure that all the relevant modules are found when running tests. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4a96a13..37a2bed3 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ like: env GN_PROFILE=~/opt/gn-latest SERVER_PORT=5300 \ SQL_URI= \ ./bin/genenetwork2 ./etc/default_settings.py \ - -cli pytest -vv + -c -m pytest -vv ``` In the case where you use the default `etc/default_settings.py` configuration file, you can override any setting as demonstrated with the `SQL_URI` setting in the command above. -- cgit v1.2.3