GildedRose-Refactoring-Kata/python/tests
ahmernajar 116dc702dd Add comprehensive test suite for all item types
- 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.
2025-12-06 12:46:59 +00:00
..
approved_files Added approvals version of python test 2025-06-22 17:30:00 +02:00
__init__.py Added approvals version of python test 2025-06-22 17:30:00 +02:00
approvaltests_config.json Added approvals version of python test 2025-06-22 17:30:00 +02:00
conftest.py Added approvals version of python test 2025-06-22 17:30:00 +02:00
test_gilded_rose_approvals.py Added approvals version of python test 2025-06-22 17:30:00 +02:00
test_gilded_rose.py Add comprehensive test suite for all item types 2025-12-06 12:46:59 +00:00