diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md index 5983ba3..493ec77 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,8 @@ mypy --show-error-codes . ### Running Tests -* TODO: Document this +Use the following command to run unit tests. + +```sh +pytest -k unit_test +``` |