(self)
| 676 | return True |
| 677 | |
| 678 | def get_custom_info(self) -> dict: |
| 679 | return { |
| 680 | "custom_key": "custom_value", |
| 681 | "answer": 42, |
| 682 | } |
| 683 | |
| 684 | |
| 685 | def test_custom_controller(): |
nothing calls this directly
no outgoing calls
no test coverage detected