mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 15:01:28 +00:00
20 lines
292 B
Markdown
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
|
|
```
|