From 53f826c54d3a843e4834f736213e27d79795317f Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 27 Aug 2025 07:58:26 +0200 Subject: [PATCH] docs: update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index abf1b2f..94fd668 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,11 @@ A little template for Python projects. +## Testing + +This project uses [`pytest`](https://docs.pytest.org/en/stable/), once installed the tests can be runned with: + +```sh +pytest +``` +