def test_bad_instantiation(): with pytest.raises(TypeError): pyvista.Common() with pytest.raises(TypeError): pyvista.Grid() with pytest.raises(TypeError): pyvista.DataSetFilters() with pytest.raises(TypeError): pyvista.PointGrid() with pytest.raises(TypeError): pyvista.ipy_tools.InteractiveTool() with pytest.raises(TypeError): pyvista.BasePlotter()
def test_bad_instantiation(): with pytest.raises(TypeError): pyvista.DataSet() with pytest.raises(TypeError): pyvista.Grid() with pytest.raises(TypeError): pyvista.DataSetFilters() with pytest.raises(TypeError): pyvista.PointGrid() with pytest.raises(TypeError): pyvista.BasePlotter() with pytest.raises(TypeError): pyvista.DataObject()