Update README with tests and flags coverage

This commit is contained in:
2025-11-13 16:22:59 +00:00
parent 863b1b3a21
commit 80129d6bc5

View File

@@ -26,6 +26,8 @@ Stop lying... 🥸
- requires `sudo` only when actually needed
- accepts your most of your favourite editor's flags
Its 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`