コード例 #1
0
ファイル: test_scalars.py プロジェクト: SofyanS/CH_redact
 def test_null_singleton(self):
     with pytest.raises(Exception):
         pa.NAType()
コード例 #2
0
 def test_null_singleton(self):
     with self.assertRaises(Exception):
         A.NAType()