py-stockfish / stockfish

Integrates the Stockfish chess engine with Python (Official fork)
https://py-stockfish.github.io/stockfish/
MIT License
29 stars 8 forks source link

Add `flip` command #55

Closed kieferro closed 11 months ago

kieferro commented 11 months ago

Closes #23

github-actions[bot] commented 11 months ago

Coverage report

The coverage rate went from 94.34% to 94.36% :arrow_up: The branch rate is 89%.

100% of new lines are covered.

Diff Coverage details (click to unfold) ### stockfish/models.py `100%` of new lines are covered (`94.36%` of the complete file).
kieferro commented 11 months ago

Thanks, looks good! I didn't even know Stockfish had a command to do just this 😄

I only know it because there is a list of commands in the official stockfish wiki. It can be pretty helpful sometimes.