diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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: |