(self)
| 740 | @pytest.mark.skipif("native" not in ct.hdf_support(), |
| 741 | reason="Cantera compiled without HDF support") |
| 742 | def test_overwrite_h5(self): |
| 743 | self.run_overwrite("h5") |
| 744 | |
| 745 | def test_overwrite_yaml(self): |
| 746 | overwritten, fresh = self.run_overwrite("yaml") |
nothing calls this directly
no test coverage detected