pytest-count

count erros and send email


License
MIT
Install
pip install pytest-count==0.1.0

Documentation

pytest-count

See Build Status on Travis CI See Build Status on AppVeyor

count erros and send email


This Pytest plugin was generated with Cookiecutter along with @hackebrot's Cookiecutter-pytest-plugin template.

Features

  • TODO

Requirements

  • TODO

Installation

You can install "pytest-count" via pip from PyPI:

$ pip install pytest-count

Configuration

Open mail.py and configure your e-mail,

`sh your_email = "EMAIL" send_email = "EMAIL" server = smtplib.SMTP("SMTP", 587) server.login(your_email, "PASSWORD") `

Usage

  • TODO

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the MIT license, "pytest-count" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.