https://github.com/rcbops/pytest-rpc
Extend py.test for RPC OpenStack testing.
https://github.com/rcbops/pytest-rpc
Last synced: 8 months ago
JSON representation
Extend py.test for RPC OpenStack testing.
- Host: GitHub
- URL: https://github.com/rcbops/pytest-rpc
- Owner: rcbops
- License: apache-2.0
- Created: 2018-02-28T21:12:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T16:07:34.000Z (over 7 years ago)
- Last Synced: 2024-11-20T06:27:27.897Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 187 KB
- Stars: 1
- Watchers: 48
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
==========
pytest-rpc
==========
.. image:: https://travis-ci.org/rcbops/pytest-rpc.svg?branch=master
:target: https://travis-ci.org/rcbops/pytest-rpc
:alt: 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.
.. _CONTRIBUTING.rst: CONTRIBUTING.rst
.. _release_process.rst: docs/release_process.rst
.. _`Cookiecutter`: https://github.com/audreyr/cookiecutter
.. _`@hackebrot`: https://github.com/hackebrot
.. _`Apache Software License 2.0`: http://www.apache.org/licenses/LICENSE-2.0
.. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin
.. _`pytest`: https://github.com/pytest-dev/pytest
.. _`tox`: https://tox.readthedocs.io/en/latest/
.. _`pip`: https://pypi.python.org/pypi/pip/
.. _`PyPI`: https://pypi.python.org/pypi