From c1d8615bb045acc716880805d88193fdbb160279 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 21 Nov 2024 13:45:16 -0600 Subject: Document running unit tests. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +``` -- cgit v1.2.3