py-stockfish / stockfish

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

Optionally run/don't run longer tests #22

Closed johndoknjas closed 1 year ago

johndoknjas commented 1 year ago

A few of the tests in test_models.py take a bit of time to run. If possible, maybe we could add an option to exclude running these tests (when doing python setup.py test). E.g., skip any single test that takes longer than x seconds to finish.