Implicit typing union; better arg parsing; logging string interpolation #171
Annotations
2 errors
Beardless Bot Python 3.12.3 unit tests:
bb_test.py#L1894
test_blackjack_startingHand
AssertionError: assert 'two Aces' in 'Your starting hand consists of a 3 and a 3. Your total is 21. You hit 21! You win, <@123456789>!'
+ where 'Your starting hand consists of a 3 and a 3. Your total is 21. You hit 21! You win, <@123456789>!' = startingHand(debugDoubleAces=True)
+ where startingHand = <bucks.BlackjackGame object at 0x7f3fd726c2c0>.startingHand
|
Beardless Bot Python 3.12.3 unit tests
Process completed with exit code 1.
|