mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-14 06:01:39 +00:00
i will deal with that later
This commit is contained in:
parent
a598ce7718
commit
4e2ae3a645
@ -85,8 +85,9 @@ class GildedRoseTest(unittest.TestCase):
|
|||||||
self.check_item_values(items[2], 'baz', 1, 1)
|
self.check_item_values(items[2], 'baz', 1, 1)
|
||||||
|
|
||||||
# @parameterized.expand([
|
# @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):
|
def test_multiple_various_items_every_5_days_within_15_days(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user