Skip to main content

Helpers for unit-testing reactive-style Juju Charms

Project description

charms.unit_test

This library provides helpers for unit testing reactive style charms, layers, and interfaces.

Usage

This library is intended to be used with pytest and conftest.py, which allows for mocking out imports prior to the test code being loaded.

Example conftest.py:

from charms.unit_test import patch_reactive, patch_module

# patch common things needed by any reactive charm
patch_reactive()

# patch some other module that the charm expects to be there
patch_module('charms.leadership')

With this, your test code can import the charm's reactive code which depends on charms.reactive and charmhelpers without error, and the libraries will be mocked out so that you can call your handlers directly to test them.

Reference

More details on what is patched, as well as what other helpers are available, can be found in the reference docs.

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

charms.unit_test-1.1.1.tar.gz (5.6 kB view details)

Uploaded Source

File details

Details for the file charms.unit_test-1.1.1.tar.gz.

File metadata

  • Download URL: charms.unit_test-1.1.1.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for charms.unit_test-1.1.1.tar.gz
Algorithm Hash digest
SHA256 f70b09e395644a23c358c38ee70631723d4ce46aeb1c38209a3138b60a72d39c
MD5 3c2ec4ef37f946917d0eccab24edf7dc
BLAKE2b-256 ec9abc5767af466e4c795ff07407753bc61c5fdda48e075b1b035a53196274c0

See more details on using hashes here.

Supported by

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