Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 696 Bytes

README.rst

File metadata and controls

30 lines (20 loc) · 696 Bytes

python-bayeux

A bayeux client for python. Built on gevent and requests.

Tests

To run tests, install py.test and pytest-cov in your virtualenv and

$ py.test -rw -rs --cov=src/python_bayeux/ --cov-report html:coverage

View test coverage results at ./coverage.

Credits