A plugin to provide different types and configs of Kubernetes clusters that can be used for testing.
Project description
pytest-helm-charts
A plugin to test helm charts on Kubernetes clusters.
Full documentation (including API) available on https://pytest-helm-charts.readthedocs.io/.
Features
This plugin provides a set of pytest fixtures that allow you to easily write tests for Helm charts and run them on Kubernetes clusters.
It can be also used to test Helm charts deployed using the Open Source Giant Swarm App Platform.
Most important features:
- provides pykube-ng interface to access Kubernetes clusters
- provides command line options to configure the target cluster to run on
- supports custom resource for the Giant Swarm App Platform:
- provides set of fixtures to easily work with Helm charts
Requirements
- python 3.7+
- pytest 5.4.2+
- pykube-ng = 20.7.0+
Installation
You can install "pytest-helm-charts" via pip from PyPI:
$ pip install pytest-helm-charts
Usage
Running your tests
When you want to run your tests, you invoke pytest as usual, just passing additional
flags on the command line. You can inspect them directly by running pytest -h and
checking the "helm-charts" section.
Currently, the only supported cluster type is external, which means the cluster is not
managed by the test suite. You just point the test suite to a kube.config file,
which can be used to connect to the Kubernetes API with --kube-config command line
option. For creating development time clusters, we recommend using
KinD.
If you use this project to test Helm charts against Giant Swarm App Platform, the existing
cluster must already have the platform components installed. Please refer to and use
the kube-app-testing tool to easily
create KinD based clusters with all the components already installed.
Writing tests
The easiest way to get started is by checking our examples.
The list of available fixtures can be found by running pytest --fixtures, but
you can also just check the most important fixtures.
Full API docs are also available.
Contributing
Contributions are very welcome.
- Project is managed with
poetry, to start developing runpoetry install - Tests for all supported python versions can be run with
tox:poetry run tox -- --log-cli-level info tests/ - Please ensure the coverage at least stays the same before you submit a pull request.
License
See LICENSE.
Changelog
See CHANGELOG.md.
Issues
If you encounter any problems, please file an issue along with a detailed description.
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytest-helm-charts-0.4.0.tar.gz.
File metadata
- Download URL: pytest-helm-charts-0.4.0.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.8.11 Linux/5.8.0-1039-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7574bc8191f17abf3b46776f43eba6561d4bf19e5fe4ff522a7eee54164662f6
|
|
| MD5 |
3d9a2aff0a4c771144f3764dde08633d
|
|
| BLAKE2b-256 |
1d9fcc62daa9e5d477deadab41fd334a8938bf56624f7f7e4a3bac713be7d948
|
File details
Details for the file pytest_helm_charts-0.4.0-py3-none-any.whl.
File metadata
- Download URL: pytest_helm_charts-0.4.0-py3-none-any.whl
- Upload date:
- Size: 22.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.8.11 Linux/5.8.0-1039-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c8304bb2c3d573f5ffff69af551c4090eb4f430b73720999221c3eeb5067be6
|
|
| MD5 |
a34f2c1fd9372bcbdf5d07e31643b5e5
|
|
| BLAKE2b-256 |
bc976328a77e8c482cd3554f41fc345a4f04bce8b3b6c5c0830d99d316241dd7
|