aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-11-21 13:45:16 -0600
committerFrederick Muriuki Muriithi2024-11-21 13:45:31 -0600
commitc1d8615bb045acc716880805d88193fdbb160279 (patch)
tree089a1b673c696a34929218894c5a19d9689ee3c7 /README.md
parentae3b82ec5bc33659b5ae4c1760ae23ceda069d52 (diff)
downloadgn-libs-c1d8615bb045acc716880805d88193fdbb160279.tar.gz
Document running unit tests.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
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
+```