mia-accounting/tests
2023-03-09 14:36:38 +08:00
..
test_site Added Tempus Dominus to the CDN of the test site. 2023-03-04 14:36:10 +08:00
babel-utils-test-site.py Renamed the "testsite" application to "test_site". 2023-02-03 12:57:53 +08:00
babel-utils.py Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site. 2023-02-03 12:55:33 +08:00
test_account.py Renamed the variables in the tests of the AccountTestCase and CurrencyTestCase test cases, for simplicity. 2023-03-01 21:09:14 +08:00
test_base_account.py Added the LIST_URL and DETAIL_URI constants to test_base_account.py, for consistency. 2023-02-27 16:37:01 +08:00
test_currency.py Renamed the variables in the tests of the AccountTestCase and CurrencyTestCase test cases, for simplicity. 2023-03-01 21:09:14 +08:00
test_summary_editor.py Renamed summary helper to summary editor. 2023-03-04 07:00:46 +08:00
test_transaction.py Changed the transaction operation to return to the default journal instead of the transaction list. The transaction list is to be removed. There is no link to the transaction list at all, and it's layout is undecided. 2023-03-09 14:36:38 +08:00
test_utils.py Added the page_37 and page_size_15_default constants in the test_malformed test of the PaginationTestCase test case, for consistency. 2023-02-27 17:15:29 +08:00
testlib_txn.py Removed the lazy setting from the account relationship of the JournalEntry data model. It results in problems in the income and expense report. 2023-03-09 06:36:25 +08:00
testlib.py Added the TEST_SERVER constant in testlib.py, for consistency. 2023-02-27 16:25:36 +08:00