Renamed the "testsite" application to "test_site".
This commit is contained in:
@ -26,7 +26,7 @@ from flask import Flask
|
||||
from flask.testing import FlaskCliRunner
|
||||
|
||||
from testlib import UserClient, get_user_client
|
||||
from testsite import create_app
|
||||
from test_site import create_app
|
||||
|
||||
|
||||
class BaseAccountCommandTestCase(unittest.TestCase):
|
||||
|
Reference in New Issue
Block a user