From bd7aabbfed5670d2ea9522735b10d32d1651d5cc Mon Sep 17 00:00:00 2001 From: Matthew Carbone Date: Sat, 1 Jul 2023 12:19:49 -0400 Subject: [PATCH] Add instructions for running tests locally --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bd9d45da..9d8b16cd 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,14 @@ pip install lightshow More details can be found at our [documentation](https://ai-multimodal.github.io/Lightshow/installation.html). +## Running tests + +Tests can be run via `pytest`. After local installation, simply use + +```bash +pytest lightshow/_tests +``` + # Contributing