Skip to content

Commit

Permalink
updated readme with unit test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanacelii committed Feb 15, 2024
1 parent e4f27ad commit a1c595b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit a1c595b

Please sign in to comment.