(self, ac1, acfactory)
| 187 | |
| 188 | @pytest.fixture() |
| 189 | def chat1(self, ac1, acfactory): |
| 190 | ac2 = acfactory.get_pseudo_configured_account() |
| 191 | return ac1.create_contact(ac2).create_chat() |
| 192 | |
| 193 | def test_display(self, chat1): |
| 194 | str(chat1) |
nothing calls this directly
no test coverage detected