diff options
author | BonfaceKilz | 2022-03-11 13:08:14 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-03-12 15:33:09 +0300 |
commit | 2014c6c166a7659f30f36c829c09d84f97297b88 (patch) | |
tree | d325ebbd6ac8b9ea8c59271aef0fb9c80c4d7a76 | |
parent | 1e508ead4e4c84d5254eb4ed6b21e70324bfd393 (diff) | |
download | genenetwork3-2014c6c166a7659f30f36c829c09d84f97297b88.tar.gz |
README: Replace "unit-test" instructions with "pytest"
-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: |