From 0e24bd537466fcb406eb880d8232a4181920c322 Mon Sep 17 00:00:00 2001 From: Richie Yeung Date: Wed, 9 Aug 2023 18:22:42 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 486b360..d0ebd3f 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,15 @@ pip install -r requirements.txt make clean make html ``` + +## Testing + +Install `pytest`, then run `pytest test`. + +To run the C++ tests, run + +```bash +cmake . +make +test/runTest +```