Move fixtures under test, since they are shared globally
This commit is contained in:
parent
295b09a201
commit
abf179eb09
5 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
import json
|
||||
|
||||
from endpoints.notificationevent import NotificationEvent
|
||||
from endpoints.test.fixtures import app, appconfig, database_uri, init_db_path, sqlitedb_file
|
||||
from test.fixtures import app, appconfig, database_uri, init_db_path, sqlitedb_file
|
||||
|
||||
from util.morecollections import AttrDict
|
||||
|
||||
|
|
Reference in a new issue