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