pytest-purkinje

py.test plugin for purkinje test runner


Keywords
purkinje, pytest, testrunner, websockets
License
MIT
Install
pip install pytest-purkinje==0.1.6

Documentation

pytest-purkinje

py.test plugin for the purkinje test runner. See pukinje test runner on how to get started.

Build Status

Branch Status
dev travis-dev
master travis-master

Coverage: coveralls

Supported Python versions

  • Python 2.7.x
  • Python 3.x
  • pypy

Development

Setup

Clone other relevant purkinje-* packages, then:

mkvirtualenv purkinje
workon purkinje
pip install --editable .

Conventions