eugeniy / pytest-tornado

A py.test plugin providing fixtures and markers to simplify testing of asynchronous tornado applications.
Apache License 2.0
121 stars 34 forks source link

Add pytest-runner to setup.py #33

Open apast opened 6 years ago

apast commented 6 years ago

Add support to pytest to setup.py usgin pytest-runner.

It replaces default unittest over build.

This way, using pytest, some plugins can be added to deployment pipeline, like: -pep8 -cov