MCPcopy Create free account
hub / github.com/eternnoir/pyTelegramBotAPI / test_send_message_dis_noti

Method test_send_message_dis_noti

tests/test_telebot.py:280–284  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

278 assert ret_msg.content_type == 'dice'
279
280 def test_send_message_dis_noti(self):
281 text = 'CI Test Message'
282 tb = telebot.TeleBot(TOKEN)
283 ret_msg = tb.send_message(CHAT_ID, text, disable_notification=True)
284 assert ret_msg.message_id
285
286 def test_send_message_with_markup(self):
287 text = 'CI Test Message'

Callers

nothing calls this directly

Calls 1

send_messageMethod · 0.95

Tested by

no test coverage detected