Example #1
0
 def test_instantiate(self):
     with pytest.raises(TypeError):
         pipeline_ops_base.PipelineOperation()
Example #2
0
 def test_instantiate(self, mocker):
     with pytest.raises(TypeError):
         pipeline_ops_base.PipelineOperation(mocker.MagicMock())