rcbops / pytest-rpc

Extend py.test for RPC OpenStack testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Extend py.test for RPC OpenStack testing.

License:Apache License 2.0


Languages

Language:Python 91.8%Language:Makefile 8.2%