diff options
-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 +``` |
index : gn-libs | ||
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | README.md | 6 |
@@ -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 +``` |