|
cd86651606
|
Added the "accounting-titleize" console command to capitalize the existing account titles that were already initialized.
|
2023-07-29 13:11:47 +08:00 |
|
|
9147744ff7
|
Renamed the test_init test to test_init_db in the ConsoleCommandTestCase test case.
|
2023-07-29 13:07:08 +08:00 |
|
|
1a212a5330
|
Updated the documentation of the test_init test of the ConsoleCommandTestCase test case.
|
2023-07-29 13:07:08 +08:00 |
|
|
0614457b7b
|
Moved dropping tables from the setUp method to the test_init test in the ConsoleCommandTestCase test case. The other tests may not need to drop the tables first.
|
2023-07-29 13:07:08 +08:00 |
|
|
5ffd37c859
|
Revised to capitalize the account titles when initializing the base accounts instead of when displaying the account titles, so that the titles of the user-added accounts are not capitalized incorrectly.
|
2023-07-29 13:06:32 +08:00 |
|
|
6723077b72
|
Revised the code to read from the CSV data files in the __test_base_account_data method of the ConsoleCommandTestCase test case, to prevent PyCharm from complaining.
|
2023-07-29 10:11:45 +08:00 |
|
|
0ae00bce79
|
Changed the properties of the test cases from public to private.
|
2023-07-29 10:11:45 +08:00 |
|
|
501c4b1d22
|
Added missing documentation to the global variables, class properties, and object properties.
|
2023-07-29 10:11:44 +08:00 |
|
|
cda9e4e3c6
|
Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. Since Python 3.9 introduced type hinting generics in standard collections, we do not have as many names to import now. This is also to be consistent with the practices of most major and standard packages and examples.
|
2023-04-26 18:22:45 +08:00 |
|
|
700e4f822a
|
Merged the "init-db" console command to the Flask application initialization in the test site, to simplify the code.
|
2023-04-10 23:50:16 +08:00 |
|
|
c4a8326bfc
|
Added the "accounting-init-db" console command to replace the trivial "accounting-init-base", "accounting-init-accounts" and "accounting-init-currencies" console commands.
|
2023-04-10 23:38:27 +08:00 |
|