예제 #1
0
파일: go_test.py 프로젝트: F5Networks/f5go
 def test_should_return_false_for_int(self):
     self.assertFalse(go.is_int('foo'))
예제 #2
0
파일: go_test.py 프로젝트: F5Networks/f5go
 def test_should_return_true_for_int(self):
     self.assertTrue(go.is_int(5))