GildedRose-Refactoring-Kata/python-pytest
2022-10-08 09:22:15 +02:00
..
.gitignore Add pytest variant for python 2022-10-08 09:22:15 +02:00
gilded_rose.py Add pytest variant for python 2022-10-08 09:22:15 +02:00
README.md Add pytest variant for python 2022-10-08 09:22:15 +02:00
run-with-cov-details.sh Add pytest variant for python 2022-10-08 09:22:15 +02:00
test_gilded_rose.py Add pytest variant for python 2022-10-08 09:22:15 +02:00
texttest_fixture.py Add pytest variant for python 2022-10-08 09:22:15 +02:00

Test with pytest

Start test with:

pytest

Or, if you have pytest-watch installed:

ptw

A convenience script for measuring code coverage is also privded:

./run-with-cov-details.sh