Renamed the test_init test to test_init_db in the ConsoleCommandTestCase test case.
This commit is contained in:
parent
1a212a5330
commit
9147744ff7
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user