zreichert / pytest-rpc

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.


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

Features

JUnitXML RPC Specific Properties

If a user executes py.test tests with the --junitxml and with this plug-in installed, the resulting XML log file will contain a test suite properties element. The properties element will contain information gathered about the test run fetched from the local environment.

Installation

You can install "pytest-rpc" via pip from PyPI (when it is published):

$ pip install pytest-rpc

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

$ pip install -e .

Usage

Once installed the plug-ing will automatically be loaded by all py.test test runs.

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

You can install dependencies via the requirements.txt file using pip from PyPI:

$ pip install -r requirements.txt

License

Distributed under the terms of the Apache Software License 2.0 license, "pytest-rpc" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

About

License:Apache License 2.0


Languages

Language:Python 100.0%