示例#1
0
 def test_should_return_false_for_int(self):
     self.assertFalse(go.is_int('foo'))
示例#2
0
 def test_should_return_true_for_int(self):
     self.assertTrue(go.is_int(5))