Exemplo n.º 1
0
 def test_income(self):
     request = testing.DummyRequest()
     i = IncomeViews(request)
     response = i.incomes()
     self.assertEqual(response['title'], 'Monthly incomes')