aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2022-03-11 13:08:14 +0300
committerBonfaceKilz2022-03-12 15:33:09 +0300
commit2014c6c166a7659f30f36c829c09d84f97297b88 (patch)
treed325ebbd6ac8b9ea8c59271aef0fb9c80c4d7a76
parent1e508ead4e4c84d5254eb4ed6b21e70324bfd393 (diff)
downloadgenenetwork3-2014c6c166a7659f30f36c829c09d84f97297b88.tar.gz
README: Replace "unit-test" instructions with "pytest"
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index e500d52..9052646 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,13 @@ See also instructions in [.guix.scm](.guix.scm).
To run tests:
```bash
-python -m unittest discover -v
+pytest
+```
+
+To specify unit-tests:
+
+```bash
+pytest -k unit_test
```
Running pylint: