Anki/pylib/tests
Damien Elmes 8abb35372a test out the Python Fluent implementation
The parsing step is considerably slower in Python, but if parsing
is moved out of the test function, Python wins at 45ms to Rust's 67ms
on 10,000 rounds, presumably due to the overhead of serializing to
Protobuf. Not enough of a difference to justify the inclusion of extra
dependencies and duplicating the lookup code in any case.
2020-02-17 08:40:17 +10:00
..
support tweaking the folder names again 2020-01-03 07:48:38 +10:00
__init__.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
shared.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
test_cards.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
test_collection.py test out the Python Fluent implementation 2020-02-17 08:40:17 +10:00
test_decks.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
test_exporting.py switch from nose2 to pytest 2020-01-03 08:52:10 +10:00
test_find.py QUEUE_TYPE_REV and CARD_TYPE_REV 2020-02-04 08:47:36 -08:00
test_flags.py add tests and setup.py to checks; fix warnings 2020-01-06 15:27:59 +10:00
test_importing.py add tests and setup.py to checks; fix warnings 2020-01-06 15:27:59 +10:00
test_latex.py new render_all_latex() + gui button; remove some old code 2020-02-17 08:40:17 +10:00
test_media.py new render_all_latex() + gui button; remove some old code 2020-02-17 08:40:17 +10:00
test_models.py move empty card check into template code 2020-02-17 08:40:17 +10:00
test_schedv1.py QUEUE and TYPE day learn, relearn 2020-02-04 08:47:36 -08:00
test_schedv2.py QUEUE and TYPE day learn, relearn 2020-02-04 08:47:36 -08:00
test_stats.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
test_template.py comment out the unused legacy code 2020-01-17 10:51:36 +10:00
test_undo.py CARD_TYPE_LRN and QUEUE_TYPE_LRN 2020-02-04 08:47:35 -08:00
test_utils.py tweaking the folder names again 2020-01-03 07:48:38 +10:00