From 40fd47ffb305abca3f3a6746b2a607c2e974ddf3 Mon Sep 17 00:00:00 2001 From: 544146 Date: Mon, 20 Mar 2023 21:41:26 +0000 Subject: [PATCH] Update README.md with testing instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index abd2cf2..c9bd953 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,11 @@ Install via the extensions tab on the [AUTOMATIC1111 webui](https://github.com/A - Pull requests are appreciated - Write tests if possible and useful - Run pre-commit + +## Testing: + +- From the root of the repository run: +``` +pip install pytest +pytest +```