13 lines
200 B
Markdown
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
|
|
```
|
|
|