aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMunyoki Kilyungi2022-09-05 15:04:52 +0300
committerBonfaceKilz2022-09-08 14:26:19 +0300
commitcc126210f2dd60951428ebbea34059c7d25f560f (patch)
tree5bd612633cc0101ba526f010c998275c58837c2c
parentb555d046fb1a0370c41f470c19a9b4a4d6c13d1f (diff)
downloadgenenetwork2-cc126210f2dd60951428ebbea34059c7d25f560f.tar.gz
Recommend pytests in README
* README.md (Testing): Using pytests instead of unittests.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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=<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.