Renamed the test_init test to test_init_db in the ConsoleCommandTestCase test case.

This commit is contained in:
依瑪貓 2023-07-29 12:34:12 +08:00
parent 1a212a5330
commit 9147744ff7

View File

@ -44,7 +44,7 @@ class ConsoleCommandTestCase(unittest.TestCase):
self.__app: Flask = create_test_app() self.__app: Flask = create_test_app()
"""The Flask application.""" """The Flask application."""
def test_init(self) -> None: def test_init_db(self) -> None:
"""Tests the "accounting-init-db" console command. """Tests the "accounting-init-db" console command.
:return: None. :return: None.