mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-04 17:21:38 +00:00
- Add tests for normal items (degradation, quality bounds, sell-by date) - Add tests for Aged Brie (quality increase, quality cap, after sell-by) - Add tests for Sulfuras (never changes) - Add tests for Backstage passes (various sell-in ranges, quality cap, after concert) - Add tests for Conjured items (double degradation, after sell-by, quality bounds) - Add integration test for multiple items This follows TDD approach - tests for Conjured items will initially fail until implementation is added. |
||
|---|---|---|
| .. | ||
| approved_files | ||
| __init__.py | ||
| approvaltests_config.json | ||
| conftest.py | ||
| test_gilded_rose_approvals.py | ||
| test_gilded_rose.py | ||