anki-sync-server/tests
flan 3c440621d2 Prevent infinite loop in client when first changed usn != lastUsn
Anki expects the last change in the list to have the server's lastUsn.

Reference: cca3fcb241/anki/sync.py (L720)
2020-01-26 20:47:14 +01:00
..
assets Add more test helpers and integration tests for SyncApp's media sync feature using WebTest's TestApp. 2017-10-28 22:36:48 +02:00
helpers Store media usn per-file 2020-01-04 05:51:33 +01:00
collection_test_base.py Fix up some changes made by 2to3 2017-11-04 02:53:49 +01:00
sync_app_functional_test_base.py Use mapping protocol access instead of legacy configparser API 2017-11-06 21:06:18 +01:00
test_collection_wrappers.py Load the CollectionWrapper from a factory method 2019-03-09 14:05:15 +08:00
test_full_sync.py Move the upload/download sqlite3 file logic to a manager 2019-03-09 14:05:15 +08:00
test_media.py Prevent infinite loop in client when first changed usn != lastUsn 2020-01-26 20:47:14 +01:00
test_sessions.py Use factory method for session_manager 2019-03-09 14:05:15 +08:00
test_sync_app.py Use factory method for session_manager 2019-03-09 14:05:15 +08:00
test_users.py Use factory method for user_manager 2019-03-09 14:05:12 +08:00
test_web_hostkey.py Note which commit motivated creation of test_login() 2017-11-01 04:35:02 +01:00
test_web_media.py Store media usn per-file 2020-01-04 05:51:33 +01:00