my_tests package¶
Submodules¶
my_tests.test_Capture module¶
-
my_tests.test_Capture.test_bishop_capture()¶ Tests if bishop can capture
-
my_tests.test_Capture.test_king_capture()¶ Tests if the king can capture
-
my_tests.test_Capture.test_knight_capture()¶ Tests if the knight can capture
-
my_tests.test_Capture.test_pawn_capture()¶ Tests if pawn can capture
-
my_tests.test_Capture.test_queen_capture()¶ Tests if the queen can capture
-
my_tests.test_Capture.test_rook_capture()¶ Tests if rook can capture
my_tests.test_Checks module¶
-
my_tests.test_Checks.test_Check()¶ Tests if you can Check King
-
my_tests.test_Checks.test_CheckMate()¶ Tests if you can checkmate king
my_tests.test_Movement module¶
-
my_tests.test_Movement.test_bishop_move()¶ Tests if bishop can move
-
my_tests.test_Movement.test_king_move()¶ Tests if the king can move
-
my_tests.test_Movement.test_knight_move()¶ Tests if the knight can move
-
my_tests.test_Movement.test_pawn_move()¶ Tests if the pawn can move
-
my_tests.test_Movement.test_queen_move()¶ Tests if the queen can move
-
my_tests.test_Movement.test_rook_move()¶ Tests if rook can move
my_tests.test_SpecialMoves module¶
-
my_tests.test_SpecialMoves.test_King_Castle()¶ Tests if you can do king side castle
-
my_tests.test_SpecialMoves.test_Pawn_Passant()¶ Tests if pawns can do a pawn passant capture
-
my_tests.test_SpecialMoves.test_Queen_Castle()¶ Tests Queen Side Castle
-
my_tests.test_SpecialMoves.test_White_King_Castle()¶ Tests if White pieces can do king side castle
-
my_tests.test_SpecialMoves.test_White_Queen_Castle()¶ Tests if White pieces can do Queen side castle