Metadata-Version: 2.1
Name: ptb_unittest
Version: 1.1.1
Summary: A test suite for use with python-telegram-bot
Home-page: https://github.com/GauthamramRavichandran/ptbtest
Author: Gauthamram Ravichandran
Author-email: gauthamram.ravichandran@protonmail.com
License: GNU General Public License v3.0
Keywords: python telegram bot unittest
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Internet
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
License-File: LICENSE
License-File: LICENSE.lesser

|Documentation Status| |Version| |Supported Py| |License|

ptb unittest
============

a testsuite for `Python telegram bot <https://github.com/python-telegram-bot/python-telegram-bot/>`__
-----------------------------------------------------------------------------------------------------

**Note:** This is a derivative work of the original
`ptbtest <https://pypi.python.org/pypi/ptbtest>`__

This library is 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``

\* ``Generator`` classes to easily create ``Users``,
``Chats`` and ``Updates`` objects.

Read the
`documentation <http://ptbtestsuite.readthedocs.io/en/master/?badge=master>`__
for further reading and check out the examples.

.. |Documentation Status| image:: https://readthedocs.org/projects/ptbtestsuite/badge/?version=master
   :target: http://ptbtestsuite.readthedocs.io/en/master/?badge=master
.. |Version| image:: https://img.shields.io/pypi/v/ptb_unittest
   :target: https://pypi.python.org/pypi/ptb_unittest
.. |Supported Py| image:: https://img.shields.io/pypi/pyversions/ptb_unittest
   :target: https://pypi.python.org/pypi/ptb_unittest
.. |License| image:: https://img.shields.io/pypi/l/ptb_unittest
   :target: https://pypi.python.org/pypi/ptb_unittest


