mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
import core before remaining tests.
This commit is contained in:
parent
f1aea2360b
commit
b4a614aff4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue