Tests on analysis and compensation
* enhances tests for analysis and compensation app
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user