Skip to main content

A plugin to provide different types and configs of Kubernetes clusters that can be used for testing.

Project description

pytest-helm-charts

build codecov Documentation Status PyPI Version Python Versions Apache License

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:

Requirements

Please check [tool.poetry.dependencies] list in the pyproject.toml file.

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 configuring cluster and chart information using environment variables or command line options. The following options are available as environment variables (start pytest with -h to check corresponding command line options):

  • "KUBECONFIG" - (mandatory) a path to kube config file used to connect to a k8s cluster
  • "ATS_CHART_PATH" - path to a chart being tested (if a chart is tested)
  • "ATS_CHART_VERSION" - version of the chart being tested (if a chart is tested)
  • "ATS_CLUSTER_TYPE" - type of the cluster used for testing
  • "ATS_CLUSTER_VERSION" - k8s version of the cluster used for testing
  • "ATS_APP_CONFIG_FILE_PATH" - optional path to a values.yaml file used to configure a chart under test (if a chart is tested)
  • "ATS_EXTRA_*" - any such arbitrary variable value will be extracted and included in the test_extra_info fixture

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 KUBECONFIG env variable 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 app-test-suite 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 run poetry 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.

Creating a new release

  • merge your changes to master branch
  • edit pyproject.toml and update the project version; edit CHANGELOG.md; commit
  • create a new tag with the same version in git, i.e. git tag v1.1.1
  • push your changes to GitHub to trigger a release git push; git push origin v1.1.1

License

See LICENSE.

Changelog

See CHANGELOG.md.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest_helm_charts-1.1.2.tar.gz (32.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytest_helm_charts-1.1.2-py3-none-any.whl (46.1 kB view details)

Uploaded Python 3

File details

Details for the file pytest_helm_charts-1.1.2.tar.gz.

File metadata

  • Download URL: pytest_helm_charts-1.1.2.tar.gz
  • Upload date:
  • Size: 32.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.8.18 Linux/5.15.0-1041-azure

File hashes

Hashes for pytest_helm_charts-1.1.2.tar.gz
Algorithm Hash digest
SHA256 76fc21ece913aa0ad685cddd53d27280812816ea0fbda3e9783ffd2122242b37
MD5 408b7fe9292d8462f266e28e69fc7e82
BLAKE2b-256 ac4ec3a6381e0e3f4f3c2590c759ae8090bdaa743220435950dae0a0ec7651e2

See more details on using hashes here.

File details

Details for the file pytest_helm_charts-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: pytest_helm_charts-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 46.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.8.18 Linux/5.15.0-1041-azure

File hashes

Hashes for pytest_helm_charts-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 08dc32632c2fcffeb10f1a349ca95f49107e1230e1659279839a9cd77f0d3836
MD5 30efc76d1db2d6a114aa8ce5a32d041f
BLAKE2b-256 fb388d7d58d967d266aa2f7dd2e38114b21e22a049687ba36c60b3787dc846f8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page