diff options
author | Frederick Muriuki Muriithi | 2022-12-29 03:11:30 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-12-29 03:11:30 +0300 |
commit | 0fa16d7ccea97cec4864983291183249da994b4c (patch) | |
tree | 30b3ef1525a1209963aa64ebb5fdfe9beca67083 | |
parent | fe3dbba4c0a59c483f9ff8205c469e60f4946c6a (diff) | |
download | genenetwork2-0fa16d7ccea97cec4864983291183249da994b4c.tar.gz |
README: Update invocation command for pytest
Invoke pytest via python so as to ensure that all the relevant modules
are found when running tests.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ like: env GN_PROFILE=~/opt/gn-latest SERVER_PORT=5300 \ SQL_URI=<uri-to-override-the-default> \ ./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. |