Example #1
0
 def test_that_something_is_none(self):
     Assert.none(None)
Example #2
0
 def test_that_if_not_none_exception_thrown(self):
     try:
         Assert.none(1)
     except:
         pass
Example #3
0
 def test_that_something_is_none(self):
     Assert.none(None)