From cc126210f2dd60951428ebbea34059c7d25f560f Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 5 Sep 2022 15:04:52 +0300 Subject: Recommend pytests in README * README.md (Testing): Using pytests instead of unittests. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78652f50..5c587fec 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ like: env GN_PROFILE=~/opt/gn-latest SERVER_PORT=5300 \ SQL_URI= \ ./bin/genenetwork2 ./etc/default_settings.py \ - -c -m unittest -v + -cli 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