示例#1
0
 def test_null_singleton(self):
     with pytest.raises(Exception):
         pa.NAType()
示例#2
0
 def test_null_singleton(self):
     with self.assertRaises(Exception):
         A.NAType()