()
| 25 | |
| 26 | @pytest.fixture(scope="module") |
| 27 | def force_reply(): |
| 28 | return ForceReply(ForceReplyTestBase.selective, ForceReplyTestBase.input_field_placeholder) |
| 29 | |
| 30 | |
| 31 | class ForceReplyTestBase: |
nothing calls this directly
no test coverage detected
searching dependent graphs…