This commit is contained in:
2025-10-29 17:48:16 +01:00
parent f7b80262f4
commit 6bc4c60ba6

View File

@@ -7,7 +7,7 @@ def default_hand():
my_hand = Hand()
return my_hand
# Test 2.1
# Test 2.1 sd
def test_adding_card_to_hand(default_hand):
default_hand.add_card("diamonds","2")
default_hand.add_card("diamonds","K")