mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 15:01:28 +00:00
| .. | ||
| .gitignore | ||
| gilded_rose.py | ||
| README.md | ||
| run-with-cov-details.sh | ||
| test_gilded_rose.py | ||
| texttest_fixture.py | ||
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