Metadata-Version: 2.1
Name: pytest-rocketchat
Version: 1.0.0
Summary: Pytest to Rocket.Chat reporting plugin
Home-page: http://github.com/aleksandr-kotlyar/pytest-rocketchat
License: MIT
Keywords: pytest,py.test,rocketchat
Author: Aleksandr Kotlyar
Author-email: ask.kotlyar@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: rocketchat-API
Description-Content-Type: text/markdown

# pytest-rocketchat
Inspired by pytest-slack & pytest-messenger.

Pytest to RocketChat reporting plugin

## Requirements
- Python >= 3.6

## Installation
You can install "pytest-rocketchat" via [pip](https://pypi.python.org/pypi/pip/):
```
$ pip install pytest-rocketchat
```
If you encounter any problems, please file an [issue](https://github.com/aleksandr-kotlyar/pytest-rocketchat/issues) along with a detailed description.

