mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-04 17:21:38 +00:00
T increase coverage
This commit is contained in:
parent
f196cb3cf9
commit
afa62bfe4e
@ -1,2 +1,3 @@
|
||||
foo, -1, 0
|
||||
Aged Brie, -1, 2
|
||||
Backstage passes to a TAFKAL80ETC concert, -1, 0
|
||||
|
||||
@ -9,6 +9,7 @@ class GildedRoseTest(unittest.TestCase):
|
||||
items = [
|
||||
Item("foo", 0, 0),
|
||||
Item("Aged Brie", 0, 0),
|
||||
Item("Backstage passes to a TAFKAL80ETC concert", 0, 0),
|
||||
]
|
||||
gilded_rose = GildedRose(items)
|
||||
gilded_rose.update_quality()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user