MCPcopy Index your code
hub / github.com/python-telegram-bot/python-telegram-bot / SharedUserTestBase

Class SharedUserTestBase

tests/test_shared.py:158–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157
158class SharedUserTestBase:
159 user_id = 101112
160 first_name = "first"
161 last_name = "last"
162 username = "user"
163 photo = (
164 PhotoSize(file_id="file_id", width=1, height=1, file_unique_id="1"),
165 PhotoSize(file_id="file_id", width=2, height=2, file_unique_id="2"),
166 )
167
168
169class TestSharedUserWithoutRequest(SharedUserTestBase):

Callers

nothing calls this directly

Calls 1

PhotoSizeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…