Last updated:
0 purchases
pytestjsonfixtures 0.2.0
JSON output for the --fixtures flag
This pytest plugin was generated with Cookiecutter along with @hackebrot’s cookiecutter-pytest-plugin template.
Features
This plugin converts into JSON format the output generated when running pytest with the --fixtures flag.
Requirements
You must have Python, pip and pytest to use this plugin.
Installation
You can install “pytest-json-fixtures” via pip from PyPI:
$ pip install pytest-json-fixtures
Usage
Run the command below:
$ pytest --json-fixtures
The same result you would get with pytest --fixtures will be output in JSON.
Contributing
Contributions are very welcome.
License
Distributed under the terms of the MIT license, “pytest-json-fixtures” is free and open source software
Issues
If you encounter any problems, please file an issue along with a detailed description.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.