()
| 501 | |
| 502 | @pytest.fixture |
| 503 | def chat_member_owner(): |
| 504 | return ChatMemberOwner( |
| 505 | TestChatMemberOwnerWithoutRequest.user, |
| 506 | TestChatMemberOwnerWithoutRequest.is_anonymous, |
| 507 | TestChatMemberOwnerWithoutRequest.custom_title, |
| 508 | ) |
| 509 | |
| 510 | |
| 511 | class TestChatMemberOwnerWithoutRequest(ChatMemberTestBase): |
nothing calls this directly
no test coverage detected
searching dependent graphs…