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

Default path when running tests #72

Open johndoknjas opened 3 months ago

johndoknjas commented 3 months ago

Described by the new text I added in the testing section of the readme (if this issue is fixed then that text can be removed). Basically if there's a way where the user doesn't have to manually change the engine path in models.py themselves before running the test suite, that'd be good. See the comments for this PR for more.