Exemplo n.º 1
0
 def test_provides_start_month_property(self):
     start = datetime.date(day=1, month=1, year=2010)
     bankcard = Bankcard(start_date=start)
     self.assertEqual("01/10", bankcard.start_month())
Exemplo n.º 2
0
 def test_provides_start_month_property(self):
     start = datetime.date(day=1, month=1, year=2010)
     bankcard = Bankcard(start_date=start)
     self.assertEqual("01/10", bankcard.start_month())