mia-accounting/tests
2023-03-09 20:59:09 +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 Added the default report view as the income and expenses log with the default currency, default account and default period. Changed the previous default journal links to the current default. 2023-03-09 20:59:09 +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 Replaced querying the accounts later with the "selectinload" query option in the journal and search reports, and restored the lazy setting in the account relationship of the JournalEntry data model. 2023-03-09 14:36:40 +08:00
testlib.py Added the TEST_SERVER constant in testlib.py, for consistency. 2023-02-27 16:25:36 +08:00