Revised the imports in test_base_account.py and test_account.py.
This commit is contained in:
parent
591fb4a7ab
commit
52351c52bc
@ -25,8 +25,8 @@ from click.testing import Result
|
||||
from flask import Flask
|
||||
from flask.testing import FlaskCliRunner
|
||||
|
||||
from testlib import get_client
|
||||
from test_site import create_app
|
||||
from testlib import get_client
|
||||
|
||||
|
||||
class AccountCommandTestCase(unittest.TestCase):
|
||||
|
@ -24,8 +24,8 @@ from click.testing import Result
|
||||
from flask import Flask
|
||||
from flask.testing import FlaskCliRunner
|
||||
|
||||
from testlib import get_client
|
||||
from test_site import create_app
|
||||
from testlib import get_client
|
||||
|
||||
|
||||
class BaseAccountCommandTestCase(unittest.TestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user