From 80129d6bc59fbca5adf8a7a64292f6155cc5eee4 Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Thu, 13 Nov 2025 16:22:59 +0000 Subject: [PATCH] Update README with tests and flags coverage --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index bf81a12..fdef8b3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Stop lying... 🥸 - requires `sudo` only when actually needed +- accepts your most of your favourite editor's flags + It’s simple, predictable, and hard to misuse. I mean... the only thing you need to remember is _to use it_. @@ -100,3 +102,11 @@ git clone https://github.com/mdaleo404/mirro.git cd mirro/ poetry install ``` + +## How to run the tests + +- Clone this repository + +- Ensure you have Poetry installed + +- Run `poetry run pytest -vvvv --cov=mirro --cov-report=term-missing --disable-warnings` \ No newline at end of file