mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-05 01:32:14 +00:00
r rename
This commit is contained in:
parent
af44f98a90
commit
42270b00dc
@ -7,10 +7,10 @@ from approvaltests.approvals import verify
|
||||
|
||||
class GildedRoseTest(unittest.TestCase):
|
||||
def do_stuff(self, name):
|
||||
thing = Item(name, 0, 0)
|
||||
gilded_rose = GildedRose([thing])
|
||||
item = Item(name, 0, 0)
|
||||
gilded_rose = GildedRose([item])
|
||||
gilded_rose.update_quality()
|
||||
result = str(thing)
|
||||
result = str(item)
|
||||
return result
|
||||
|
||||
def test_foo(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user