mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-21 09:21:08 +00:00
t verify whole item
This commit is contained in:
parent
634a3a89b5
commit
ae2e408c0e
@ -1 +1 @@
|
||||
foo
|
||||
foo, -1, 0
|
||||
|
||||
@ -9,7 +9,7 @@ class GildedRoseTest(unittest.TestCase):
|
||||
items = [Item("foo", 0, 0)]
|
||||
gilded_rose = GildedRose(items)
|
||||
gilded_rose.update_quality()
|
||||
verify(items[0].name)
|
||||
verify(items[0])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user