Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.3 KB

readme.MD

File metadata and controls

16 lines (12 loc) · 1.3 KB

Build Status Documentation Status Coverage Status PyPI PyPI PyPI

compatibility

Updated to 11.1.0

ptbtest

a testsuite for Python telegram bot

This library is meant for people wanting to write unittests for their python-telegram-bot driven bots. The following things make this library attractive to create unittests

  • Mockbot - A fake bot that does not contact telegram servers
  • Works with the updater from telegram.ext
  • Generatorclasses to easily create Users, Chats and Updates.

Read the documentation for further reading and check out the examples.