Skip to content

Commit

Permalink
print all lines
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Aug 29, 2024
1 parent 410d8fa commit e82c70b
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 @@ -59,6 +59,8 @@ def test_sf_process(self):
wtime_lines = send_command(process, "go wtime 1000")
btime_lines = send_command(process, "go btime 1000")
send_command(process, "quit")
print(wtime_lines)
print(btime_lines)
assert any(
x.startswith(f"bestmove {move}")
for move in ("d2d4", "b1c3")
Expand Down

0 comments on commit e82c70b

Please sign in to comment.