mia-accounting/tests
2023-02-09 00:02:14 +08:00
..
test_site Changed the type hint of the "current_user" pseudo property of the AbstractUserUtils class to return None when the user has not logged in. 2023-02-07 16:00:51 +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 Merged the "accounting.database" module into the "accounting" module. It has only one member as "db", the database instance, and does not need to be separated into another file. 2023-02-08 11:13:09 +08:00
test_base_account.py Renamed "fh" to "fp" when opening files, following the Python convention. 2023-02-09 00:02:14 +08:00
test_currency.py Renamed "fh" to "fp" when opening files, following the Python convention. 2023-02-09 00:02:14 +08:00
test_utils.py Added a complex query to the test_malformed test of the QueryKeywordParserTestCase test case. 2023-02-04 14:54:32 +08:00
testlib.py Added the currency management. 2023-02-07 00:13:33 +08:00