Files
uni-py-exercises/README.md
2025-10-24 08:24:46 +00: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
```