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

Type hints for the stockfish param in each test function #39

Closed johndoknjas closed 1 year ago

johndoknjas commented 1 year ago

It might be nice to have this, so that when coding in test_models.py, our IDEs can give us function suggestions of the Stockfish class. It's probably best to avoid doing 'stockfish: Stockfish' in every single test function though, so if there's an easier way that would be good.