From 0ea2bf6e1d0c234d571cb361cf85f0cdfb14842e Mon Sep 17 00:00:00 2001 From: zache-fi Date: Wed, 8 Apr 2026 09:41:00 +0300 Subject: [PATCH] Add test running instructions to README Added instructions for running tests in README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1bea66b..290b1c5 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,13 @@ To modify the code and test it locally, you'll need to install it as a pip packa ukbot --page Bruker:Danmichaelo/Sandkasse5 --simulate config/config.no-mk.yml +## Howto run tests + python3 -m venv venv + source venv/bin/activate + pip install -r requirements.txt + pip install . + python3 -m unittest discover -s test -v ## Deployment