From 2014c6c166a7659f30f36c829c09d84f97297b88 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Fri, 11 Mar 2022 13:08:14 +0300 Subject: README: Replace "unit-test" instructions with "pytest" --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') 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: -- cgit v1.2.3