Metadata-Version: 1.1
Name: ptbtest
Version: 1.3
Summary: A testsuit for use with python-telegram-bot
Home-page: https://github.com/Eldinnie/ptbtest
Author: Pieter Schutz
Author-email: pieter.schutz@gmail.com
License: GNU General Public License v3.0
Description: .. image:: https://travis-ci.org/Eldinnie/ptbtest.svg?branch=master

           :target: https://travis-ci.org/Eldinnie/ptbtest

           :alt: Build Status

        

        .. image:: https://readthedocs.org/projects/ptbtestsuite/badge/?version=master

           :target: http://ptbtestsuite.readthedocs.io/en/master/?badge=master

           :alt: Documentation Status

        

        .. image:: https://coveralls.io/repos/github/Eldinnie/ptbtest/badge.svg?branch=master

           :target: https://coveralls.io/github/Eldinnie/ptbtest?branch=master

           :alt: Coverage Status

        

        .. image:: https://img.shields.io/pypi/v/ptbtest.svg

           :target: https://pypi.python.org/pypi/ptbtest

           :alt: PyPI

        

        .. image:: https://img.shields.io/pypi/pyversions/ptbtest.svg

           :target: https://pypi.python.org/pypi/ptbtest

           :alt: PyPI

        

        .. image:: https://img.shields.io/pypi/l/ptbtest.svg

           :target: https://pypi.python.org/pypi/ptbtest

           :alt: PyPI

        

        ptbtest

        =======

        

        a testsuite for `Python telegram bot <https://github.com/python-telegram-bot/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 <https://readthedocs.org/projects/ptbtestsuite/badge/?version=master>`_ for further reading and check out the

        examples.
Keywords: python telegram bot unittest
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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 :: 2
Classifier: Programming Language :: Python :: 2.7
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
