Make test file names follow a single convention
Makes it possible to run all tests by executing `python -m unittest discover ./tests`.
This commit is contained in:
parent
765cce3d74
commit
39f3ee110d
@ -15,7 +15,7 @@ from ankisyncd.sync_app import SimpleSessionManager
|
|||||||
from ankisyncd.sync_app import SqliteSessionManager
|
from ankisyncd.sync_app import SqliteSessionManager
|
||||||
from ankisyncd.sync_app import SyncApp
|
from ankisyncd.sync_app import SyncApp
|
||||||
|
|
||||||
from CollectionTestBase import CollectionTestBase
|
from collection_test_base import CollectionTestBase
|
||||||
|
|
||||||
|
|
||||||
class SyncCollectionHandlerTest(CollectionTestBase):
|
class SyncCollectionHandlerTest(CollectionTestBase):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user