()
| 25 | |
| 26 | @pytest.fixture(scope="module") |
| 27 | def chat_location(): |
| 28 | return ChatLocation(ChatLocationTestBase.location, ChatLocationTestBase.address) |
| 29 | |
| 30 | |
| 31 | class ChatLocationTestBase: |
nothing calls this directly
no test coverage detected
searching dependent graphs…