Extend py.test for RPC OpenStack testing.


Keywords
py, test, pytest, pytest-rpc
License
Apache-2.0
Install
pip install pytest-rpc==1.1.1

Documentation

pytest-rpc

See Build Status on Travis CI

Extend py.test for RPC OpenStack testing.

Quick Start Guide

  1. You can install "pytest-rpc" via pip from PyPI

    $ pip install pytest-rpc
    
  2. Or you can install "pytest-rpc" via pip from disk (assumes you're in the root of the repo):

    $ pip install -e .
    

Usage

Once installed the plug-in will automatically be loaded by all py.test test runs executed in the Python environment in which the pytest-rpc was installed.

Contributing

See CONTRIBUTING.rst for more details on developing for the "pytest-rpc" project.

Release Process

See release_process.rst for information on the release process for 'pytest-rpc'

Credits

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