mia-accounting/tests/test_site
2023-04-24 14:02:56 +08:00
..
static Added the SVG favicon from Font Awesome 6 to the test site. 2023-03-20 08:41:37 +08:00
templates Added the sample data generation and database reset on the test site for live demonstration. 2023-04-12 18:05:13 +08:00
translations Updated the translation of the test site. 2023-04-12 18:05:13 +08:00
__init__.py Added the sample data generation and database reset on the test site for live demonstration. 2023-04-12 18:05:13 +08:00
auth.py Rewrote the data model declaration of the test site with the mapped type hint and the mapped columns in SQLAlchemy 2.0. 2023-04-24 14:02:56 +08:00
lib.py Changed the "_journal_entries" and "_line_items" properties in the BaseTestData class from protected to private, renaming them to "__journal_entries" and "__line_items", respectively. There is no need to access it from the child classes anymore. 2023-04-13 09:28:53 +08:00
locale.py Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting". 2023-04-04 18:26:54 +08:00
reset.py Added permission checks to the reset routes in the test site. 2023-04-13 09:54:20 +08:00