(path)
| 18 | |
| 19 | |
| 20 | def ConftestWithSetinitial(path) -> PytestPluginManager: |
| 21 | conftest = PytestPluginManager() |
| 22 | conftest_setinitial(conftest, [path]) |
| 23 | return conftest |
| 24 | |
| 25 | |
| 26 | def conftest_setinitial( |
no test coverage detected
searching dependent graphs…