Renamed the "testsite" application to "test_site".

This commit is contained in:
2023-02-02 00:39:03 +08:00
parent 6876fdf75e
commit 4aed2f6ba7
11 changed files with 14 additions and 12 deletions

View File

@ -27,7 +27,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 AccountCommandTestCase(unittest.TestCase):