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