This commit is contained in:
2025-10-29 17:48:33 +01:00
parent 6bc4c60ba6
commit 900304c477

View File

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