anki-sync-server/tests
Christoph Mack 573aeece81 Add more test helpers and integration tests for SyncApp's media sync feature using WebTest's TestApp.
Add test helpers for creating, inspecting and manipulating instances of SyncApp and RestApp.
Add subclasses of Anki's RemoteServer and RemoteMediaServer for communicating with the wrapped SyncApp instance under test.
Add helpers for monkey patching Anki's MediaManager and DB for easier testing.
Add test assets directory.
2017-10-28 22:36:48 +02: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 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
CollectionTestBase.py Added unit test for SyncCollectionHandler. Moved CollectionTestBase to a separate file. 2017-10-28 21:19:50 +02:00
sync_app_functional_media_test.py 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
sync_app_functional_test_base.py 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
test_sync_app.py Added unit tests for SimpleUserManager, SqliteUserManagerTest, SimpleSessionManager and SqliteSessionManagerTest. 2017-10-28 21:20:47 +02:00
test_users.py Add test helper classes for creating and managing temporary files, working with anki collections and sqlite dbs. Add class for 2017-10-28 21:55:19 +02:00