Pytest helpers to test Helm charts
This pytest plugin was generated with Cookiecutter along with @hackebrot's cookiecutter-pytest-plugin template.
- Render helm templates and make assertion on generated resources
- Helpers to load resources by GVK and name
- Python >= 3.8
- PyTest >= 5.4
You can install "pytest_helm" via pip from PyPI:
$ pip install pytest_helm
- `helm`_ fixture
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.
Distributed under the terms of the MIT license, "pytest_helm" is free and open source software
If you encounter any problems, please file an issue along with a detailed description.