(self, env)
| 16 | |
| 17 | @pytest.fixture(autouse=True, scope='function') |
| 18 | def _method_scope(self, env): |
| 19 | env.purge_store() |
| 20 | |
| 21 | # verify expected binary version |
| 22 | def test_md_001_001(self, env: MDTestEnv): |
nothing calls this directly
no test coverage detected