()
| 32 | |
| 33 | @pytest.fixture(scope="module") |
| 34 | def services(): |
| 35 | return [EmptyInterfaceService(ConstTestServiceHandler())] |
| 36 | |
| 37 | |
| 38 | ############################################################################### |
nothing calls this directly
no test coverage detected