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

Function false_update

tests/conftest.py:309–310  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

307
308@pytest.fixture(**_get_false_update_fixture_decorator_params())
309def false_update(request):
310 return Update(update_id=1, **request.param)
311
312
313@pytest.fixture(

Callers

nothing calls this directly

Calls 1

UpdateClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…