This website requires JavaScript.
Explore
Help
Sign In
imacat
/
mia-accounting
Watch
1
Star
0
Fork
0
You've already forked mia-accounting
Code
Issues
Pull Requests
Packages
Projects
Releases
41
Wiki
Activity
mia-accounting
/
tests
History
依瑪貓
354f1ff3d8
Moved the currency data from the "accounting.currency.commands" module into the currencies.csv file, separating the code and the data. Rewrote the test case to test against each all the content imported. The locales are read from the CSV file instead of hard-coded in the code, so that the translations are not hard-coded to Mandarin.
2023-02-08 10:50:20 +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
Revised the AccountTestCase test case, added the test_add, test_basic_update, test_update_not_modified, test_created_updated_by, test_l10n, and test_delete test to replace the simple test_change_base test.
2023-02-07 11:29:09 +08:00
test_base_account.py
Revised the coding style in the test_init test of the BaseAccountCommandTestCase test case.
2023-02-08 10:47:55 +08:00
test_currency.py
Moved the currency data from the "accounting.currency.commands" module into the currencies.csv file, separating the code and the data. Rewrote the test case to test against each all the content imported. The locales are read from the CSV file instead of hard-coded in the code, so that the translations are not hard-coded to Mandarin.
2023-02-08 10:50:20 +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