|
05e652aa62
|
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 |
|
|
5c9bf0638c
|
Removed the "csv_data" pseudo property from BaseTestData.
|
2023-04-13 09:25:50 +08:00 |
|
|
bbc78433fd
|
Moved the sample data generation from the make-sample.py script to the test site. The sample data is generated at real time. This avoids the problem with pre-recorded sample data that the beginning of the months and weeks changes with the day resetting the sample data.
|
2023-04-13 09:23:57 +08:00 |
|
|
7bcc2b28b2
|
Moved the JournalEntryLineItemData, JournalEntryCurrencyData, JournalEntryData, and BaseTestData classes from testlib.py to the ".lib" module in the test site.
|
2023-04-13 08:30:07 +08:00 |
|