GildedRose-Refactoring-Kata/python-pytest/README.md
2022-10-08 09:22:15 +02:00

20 lines
292 B
Markdown

# Test with [pytest](https://docs.pytest.org)
Start test with:
```shell
pytest
```
Or, if you have [pytest-watch](https://pypi.org/project/pytest-watch) installed:
```shell
ptw
```
A convenience script for measuring code coverage is also privded:
```shell
./run-with-cov-details.sh
```