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