Added multiplayer features to blackjack #60
Annotations
4 errors
|
|
|
Test with pytest
The operation was canceled.
|
|
Test with pytest:
bb_test.py#L2701
test_cmd_blackjack
AssertionError: assert False
+ where False = <built-in method endswith of str object at 0x7f0f97f0d2f0>('You hit 21! You win! Your winnings have been added to your balance.\n')
+ where <built-in method endswith of str object at 0x7f0f97f0d2f0> = 'The dealer blackjacked!\n<@654133911558946837> your starting hand consists of 9 and 6. You tied with the dealer, your bet is returned.\n\nRound ended.'.endswith
+ where 'The dealer blackjacked!\n<@654133911558946837> your starting hand consists of 9 and 6. You tied with the dealer, your bet is returned.\n\nRound ended.' = <nextcord.embeds.Embed object at 0x7f0f7d444310>.description
|
|
Test with pytest:
bb_test.py#L1412
test_no_out_of_date_requirements_for_code_quality
AssertionError: assert 2 == 0
+ where 2 = len(['ruff0.14.13', 'types-requests2.32.4.20260107'])
|
Loading