anki-connect/tests
oakkitten 8f1a2cc5fd Convert all tests to pytest
Previously, tests were run against Anki launched by user.

Now,
 * most tests run against isolated Anki in current process;
 * tests in `test_server.py` launch another Anki in a separate process
   and run a few commands to test the server;
 * nearly all tests were preserved in the sense that
   what was being tested is tested still.
   A few tests in `test_graphical.py` are skipped due to
   a problem with the method tests, see the comments;
 * tests can be run:
   * In a single profile, using --no-tear-down-profile-after-each-test;
   * In a single app instance, but with the profile being torn down
     after each test--default;
   * In separate processes, using --forked.
2022-04-11 02:26:44 +01:00
..
conftest.py Convert all tests to pytest 2022-04-11 02:26:44 +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_graphical.py Convert all tests to pytest 2022-04-11 02:26:44 +01:00
test_media.py Convert all tests to pytest 2022-04-11 02:26:44 +01:00
test_misc.py Convert all tests to pytest 2022-04-11 02:26:44 +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 Convert all tests to pytest 2022-04-11 02:26:44 +01:00
test_stats.py Convert all tests to pytest 2022-04-11 02:26:44 +01:00