Exemplo n.º 1
0
 def test_radd_with_unknown_gives_NotImplemented(self):
     x = ffwd(year=2012)
     self.assertEqual(x.__radd__(object()), NotImplemented)
Exemplo n.º 2
0
 def test_radd_with_unknown_gives_NotImplemented(self):
     x = ffwd(year=2012)
     self.assertEqual(x.__radd__(object()), NotImplemented)
Exemplo n.º 3
0
 def test_repr(self):
     x = ffwd(year=2012)
     self.assertTrue(repr(x))
Exemplo n.º 4
0
 def test_repr(self):
     x = ffwd(year=2012)
     self.assertTrue(repr(x))