mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-04 17:21:38 +00:00
r renmae
This commit is contained in:
parent
f1e41aa8e8
commit
9cef90d5fd
@ -12,13 +12,13 @@ class GildedRoseTest(unittest.TestCase):
|
||||
return str(item)
|
||||
|
||||
def test_foo(self):
|
||||
input_vals = [
|
||||
input_names = [
|
||||
"foo",
|
||||
"Aged Brie",
|
||||
"Backstage passes to a TAFKAL80ETC concert",
|
||||
]
|
||||
|
||||
verify_all_combinations(self.do_stuff, [input_vals, [0]])
|
||||
verify_all_combinations(self.do_stuff, [input_names, [0]])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user