示例#1
0
 def test_is_not_num(self):
     self.assertFalse(utils.is_num({}))
示例#2
0
 def test_is_num(self):
     self.assertTrue(utils.is_num(2))