i will deal with that later

This commit is contained in:
zoengsw 2025-11-10 17:32:59 +00:00
parent a598ce7718
commit 4e2ae3a645

View File

@ -85,8 +85,9 @@ class GildedRoseTest(unittest.TestCase):
self.check_item_values(items[2], 'baz', 1, 1)
# @parameterized.expand([
# ('normal_item_decrements_until_expired', 5, 5, 0, 0, -5, 0),
# ('')
# ('normal_item_decrements_until_expired', 0, 5, 5, 0, 0, -5, 0),
# ('sulfuras_unchanged', 1, 10, 10, 10, 10, 10, 10),
# ('backstage_passes_')
# ])
def test_multiple_various_items_every_5_days_within_15_days(self):