Added missing documentation to the global variables, class properties, and object properties.
This commit is contained in:
@@ -42,6 +42,7 @@ class ReportTestCase(unittest.TestCase):
|
||||
:return: None.
|
||||
"""
|
||||
self.app: Flask = create_test_app()
|
||||
"""The Flask application."""
|
||||
|
||||
with self.app.app_context():
|
||||
from accounting.models import JournalEntry, JournalEntryLineItem
|
||||
|
||||
Reference in New Issue
Block a user