Skip to content

Commit

Permalink
test starting position
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Aug 29, 2024
1 parent 5c2f1d9 commit 410d8fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/stockfish/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def test_sf_process(self):

send_command(process, "uci")
send_command(process, "isready")
"""
send_command(
process,
"position fen rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1",
Expand All @@ -54,6 +55,7 @@ def test_sf_process(self):
process,
"position fen rnbqkbnr/pppp1ppp/4p3/8/4P3/8/PPPP1PPP/RNBQKBNR w KQkq - 0 2",
)
"""
wtime_lines = send_command(process, "go wtime 1000")
btime_lines = send_command(process, "go btime 1000")
send_command(process, "quit")
Expand Down

0 comments on commit 410d8fa

Please sign in to comment.