Extend py.test for RPC OpenStack testing.
Project description
pytest-zigzag
Extend py.test for RPC OpenStack testing.
Quick Start Guide
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-zigzag was installed.
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.
Configuration
You can supply a json config to this plugin containing a dictionary. Each key / value will become a property name and value on the test suite node of the resulting xml. There is one required config: pytest_zigzag_env_vars. This should be a json object where the keys are the environment variable names to be collected, if you set value to a string that value will be used. If the value is null it will be pulled from the environment.
The location of the config file can be specified in two ways:
In a pytest ini file:
[pytest] pytest-zigzag-config=/path/to/config/file
Explicitly on the command line:
pytest /path/to/test_test.py --pytest-zigzag-config=/path/to/config/file
Any property defined in the config file can be overriden by creating an environment variable of the same name. see this config_property_overrides.md
Contributing
See CONTRIBUTING.rst for more details on developing for the “pytest-zigzag” project.
Release Process
See release_process.rst for information on the release process for ‘pytest-zigzag’
Credits
This Pytest plugin was generated with Cookiecutter along with @hackebrot’s Cookiecutter-pytest-plugin template.
History
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file pytest_zigzag-1.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pytest_zigzag-1.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4b6fe443ed15a30be65fdc1dd0fe468563acd176c9b1221c2006b0459e67a920
|
|
MD5 |
35febcc6f35ca4d4743110a3ea77985c
|
|
BLAKE2b-256 |
25e98ff97027687ccad7e56e6f3e5e1f851567d32dc91be625f42af3d6c4fcf5
|