diff options
author | Munyoki Kilyungi | 2022-09-05 15:04:52 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-09-08 14:26:19 +0300 |
commit | cc126210f2dd60951428ebbea34059c7d25f560f (patch) | |
tree | 5bd612633cc0101ba526f010c998275c58837c2c /README.md | |
parent | b555d046fb1a0370c41f470c19a9b4a4d6c13d1f (diff) | |
download | genenetwork2-cc126210f2dd60951428ebbea34059c7d25f560f.tar.gz |
Recommend pytests in README
* README.md (Testing): Using pytests instead of unittests.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ like: env GN_PROFILE=~/opt/gn-latest SERVER_PORT=5300 \ SQL_URI=<uri-to-override-the-default> \ ./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. |