Compare commits
2 Commits
64ac166c55
...
6bc4c60ba6
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bc4c60ba6 | |||
| f7b80262f4 |
@@ -7,7 +7,7 @@ def default_hand():
|
||||
my_hand = Hand()
|
||||
return my_hand
|
||||
|
||||
# Test 2
|
||||
# Test 2.1 sd
|
||||
def test_adding_card_to_hand(default_hand):
|
||||
default_hand.add_card("diamonds","2")
|
||||
default_hand.add_card("diamonds","K")
|
||||
|
||||
Reference in New Issue
Block a user