mia-accounting/tests
2023-02-27 16:07:59 +08:00
..
test_site Added resource integrity to the bootstrap CDN in the test site. 2023-02-27 16:07:59 +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 Replaced the import for the db object from the accounting model with the test site in test_account.py and test_currency.py. They are the same object, and the db object from the test site is safe at the compile time. 2023-02-25 18:04:32 +08:00
test_base_account.py Replaced "unittest.TestCase.assert*" methods with "assert" in the common test functions, for simplicity. 2023-02-13 19:18:41 +08:00
test_currency.py Replaced the import for the db object from the accounting model with the test site in test_account.py and test_currency.py. They are the same object, and the db object from the test site is safe at the compile time. 2023-02-25 18:04:32 +08:00
test_transaction.py Added the transaction management. 2023-02-27 15:28:45 +08:00
test_utils.py Revised the NextUriTestCase view, split the test_next_uri test into the two test_next_uri and test_no_next_uri tests, and replaced the decorator with add_url_rule to work around the security audit from SonarQube. 2023-02-27 15:57:39 +08:00
testlib_txn.py Added the transaction management. 2023-02-27 15:28:45 +08:00
testlib.py Replaced "unittest.TestCase.assert*" methods with "assert" in the common test functions, for simplicity. 2023-02-13 19:18:41 +08:00