diff options
author | Frederick Muriuki Muriithi | 2024-11-21 13:45:16 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-21 13:45:31 -0600 |
commit | c1d8615bb045acc716880805d88193fdbb160279 (patch) | |
tree | 089a1b673c696a34929218894c5a19d9689ee3c7 /README.md | |
parent | ae3b82ec5bc33659b5ae4c1760ae23ceda069d52 (diff) | |
download | gn-libs-c1d8615bb045acc716880805d88193fdbb160279.tar.gz |
Document running unit tests.
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 +``` |