aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: