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