Move fixtures under test, since they are shared globally

This commit is contained in:
Joseph Schorr 2017-03-14 18:11:06 -04:00
parent 295b09a201
commit abf179eb09
5 changed files with 3 additions and 3 deletions

View file

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