You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the only tests are integration tests that perform a complete run of lichess_bot_main() to check that there are no errors communicating with an engine and with a mocked version of the lichess.org servers. Individual functions could use unit tests, such as:
database functions like get_lichess_cloud_move()
Lichess class methods to make sure they still return expected responses (bot scopes, profile data, bot opponent lists, etc.)
The text was updated successfully, but these errors were encountered:
Add some tests for external moves. A lot more should be added before #920 can be closed.
Also fixes a bug in engine_wrapper found while creating these tests.
Right now, the only tests are integration tests that perform a complete run of
lichess_bot_main()
to check that there are no errors communicating with an engine and with a mocked version of the lichess.org servers. Individual functions could use unit tests, such as:get_lichess_cloud_move()
Lichess
class methods to make sure they still return expected responses (bot scopes, profile data, bot opponent lists, etc.)The text was updated successfully, but these errors were encountered: