Files
pyproj/README.md
2025-08-27 07:58:26 +02:00

13 lines
200 B
Markdown

# Python Project
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
```