import core before remaining tests.

This commit is contained in:
clinton-hall 2019-03-12 18:44:38 +13:00
commit b4a614aff4

View file

@ -37,6 +37,9 @@ def test_import_core_utils():
update_download_info_status, replace_links, update_download_info_status, replace_links,
) )
import core
from core import logger, main_db
def test_initial(): def test_initial():
core.initialize() core.initialize()
del core.MYAPP del core.MYAPP