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:
flan 2017-10-30 19:28:29 +01:00
parent 765cce3d74
commit 39f3ee110d
3 changed files with 1 additions and 1 deletions

View File

@ -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):