anki-connect/tests
oakkitten 6643dca83e Tests: patch waitress to reduce test flakiness
Waitress is a WSGI server that Anki starts to serve css etc to
its web views. It seems to have a race condition issue;
the main loop thread is trying to `select.select` the sockets
which a worker thread is closing because of a dead connection.

This makes waitress skip actually closing the sockets.
2022-04-14 01:55:41 +01:00
..
conftest.py Tests: patch waitress to reduce test flakiness 2022-04-14 01:55:41 +01:00
test_cards.py Convert all tests to pytest 2022-04-11 02:26:44 +01:00
test_decks.py Convert all tests to pytest 2022-04-11 02:26:44 +01:00
test_edit.py Edit dialog: make browser button show all history 2022-04-14 01:55:41 +01:00
test_graphical.py Edit dialog: make browser button show all history 2022-04-14 01:55:41 +01:00
test_media.py Convert all tests to pytest 2022-04-11 02:26:44 +01:00
test_misc.py Tests: simplify profile removal 2022-04-11 02:28:25 +01:00
test_models.py Convert all tests to pytest 2022-04-11 02:26:44 +01:00
test_notes.py Convert all tests to pytest 2022-04-11 02:26:44 +01:00
test_server.py Tests: simplify profile removal 2022-04-11 02:28:25 +01:00
test_stats.py Convert all tests to pytest 2022-04-11 02:26:44 +01:00