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

Class PollAnswerTestBase

tests/test_poll.py:397–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395
396
397class PollAnswerTestBase:
398 poll_id = "id"
399 option_ids = [2]
400 user = User(1, "", False)
401 voter_chat = Chat(1, "")
402 option_persistent_ids = ["123"]
403
404
405class TestPollAnswerWithoutRequest(PollAnswerTestBase):

Callers

nothing calls this directly

Calls 2

UserClass · 0.90
ChatClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…