diff --git a/tests/CollectionTestBase.py b/tests/collection_test_base.py similarity index 100% rename from tests/CollectionTestBase.py rename to tests/collection_test_base.py diff --git a/tests/test_sync_app.py b/tests/test_sync_app.py index d7f29db..a5fac64 100644 --- a/tests/test_sync_app.py +++ b/tests/test_sync_app.py @@ -15,7 +15,7 @@ from ankisyncd.sync_app import SimpleSessionManager from ankisyncd.sync_app import SqliteSessionManager from ankisyncd.sync_app import SyncApp -from CollectionTestBase import CollectionTestBase +from collection_test_base import CollectionTestBase class SyncCollectionHandlerTest(CollectionTestBase): diff --git a/tests/sync_app_functional_media_test.py b/tests/test_web_media.py similarity index 100% rename from tests/sync_app_functional_media_test.py rename to tests/test_web_media.py