()
| 30 | |
| 31 | @pytest.fixture(scope="module") |
| 32 | def services(): |
| 33 | return [BinaryService(BinaryTestServiceHandler())] |
| 34 | |
| 35 | |
| 36 | ############################################################################### |
nothing calls this directly
no test coverage detected