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