diff --git a/test/test_bindings_module.py b/test/test_bindings_module.py index a34c3983..1f081f67 100644 --- a/test/test_bindings_module.py +++ b/test/test_bindings_module.py @@ -43,6 +43,11 @@ def test_requires_mesh_connectivity_for(self): fake_mesh_name = "FakeMesh" self.assertEqual(fake_bool, participant.requires_mesh_connectivity_for(fake_mesh_name)) + def test_reset_mesh(self): + participant = precice.Participant("test", "dummy.xml", 0, 1) + fake_mesh_name = "FakeMesh" + participant.reset_mesh(fake_mesh_name) + def test_set_mesh_vertices(self): participant = precice.Participant("test", "dummy.xml", 0, 1) fake_mesh_name = "FakeMesh" # compare to test/SolverInterface.cpp, fake_mesh_name