Exemplo n.º 1
0
 def test_null_singleton(self):
     with pytest.raises(Exception):
         pa.NAType()
Exemplo n.º 2
0
 def test_null_singleton(self):
     with self.assertRaises(Exception):
         A.NAType()