docs: update README

This commit is contained in:
2025-08-27 07:58:26 +02:00
parent d2acf7561f
commit 53f826c54d

View File

@@ -2,3 +2,11 @@
A little template for Python projects. 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
```