Tests on analysis and compensation

* enhances tests for analysis and compensation app
This commit is contained in:
2023-08-17 12:59:50 +02:00
parent b854695399
commit 1047a5f119
5 changed files with 16 additions and 5 deletions

View File

@@ -57,6 +57,10 @@ class TimeSpanReportTestCase(BaseTestCase):
self.oek_old.legal.save()
self.oek_old.responsible.save()
self.deduction.account = self.eco_account
self.deduction.intervention = self.eiv
self.deduction.save()
def test_init(self):
date_from = now().date() - timedelta(days=365)
date_to = now().date()