예제 #1
0
 def test_is_not_none_6(self):
     self.assertFalse(is_not_none(None))
예제 #2
0
 def test_is_not_none_5(self):
     self.assertTrue(is_not_none(7.1))
예제 #3
0
 def test_is_not_none_4(self):
     self.assertTrue(is_not_none(623))
예제 #4
0
 def test_is_not_none_3(self):
     self.assertTrue(is_not_none(''))
예제 #5
0
 def test_is_not_none_2(self):
     self.assertTrue(is_not_none(False))
예제 #6
0
 def test_is_not_none_1(self):
     self.assertTrue(is_not_none(True))