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
依瑪貓
f878ba5535
Revised to rewind the time in the test_update_not_modified tests of the AccountTestCase and CurrencyTestCase test cases, so that the test cases don't have to wait for the time to be different.
2023-02-25 18:04:29 +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 to rewind the time in the test_update_not_modified tests of the AccountTestCase and CurrencyTestCase test cases, so that the test cases don't have to wait for the time to be different.
2023-02-25 18:04:29 +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
Revised to rewind the time in the test_update_not_modified tests of the AccountTestCase and CurrencyTestCase test cases, so that the test cases don't have to wait for the time to be different.
2023-02-25 18:04:29 +08:00
test_utils.py
Renamed the "accounting.utils.next_url" module to "accounting.utils.next_uri".
2023-02-20 16:08:32 +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