From a1c595bc92d3f768a0e50292312b0fcabbf0f0b1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Feb 2024 21:09:41 +0000 Subject: [PATCH] updated readme with unit test instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5d3ad41..b3d0816 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,11 @@ cd / git clone https://github.com/reimerlab/mesh_tools pip3 install -e /mesh_tools ``` + +### run integration test to verify environment setup (requires git clone method) + +```bash +cd /mesh_tools +# run the integration tests +python3 -m unittest discover -s tests +```