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

Function checklist

tests/test_checklists.py:207–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205
206@pytest.fixture(scope="module")
207def checklist():
208 return Checklist(
209 title=ChecklistTestBase.title,
210 title_entities=ChecklistTestBase.title_entities,
211 tasks=ChecklistTestBase.tasks,
212 others_can_add_tasks=ChecklistTestBase.others_can_add_tasks,
213 others_can_mark_tasks_as_done=ChecklistTestBase.others_can_mark_tasks_as_done,
214 )
215
216
217class TestChecklistWithoutRequest(ChecklistTestBase):

Callers

nothing calls this directly

Calls 1

ChecklistClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…