A pytest plugin to help with testing idem projects
Project description
A pytest plugin to help with testing idem projects
INSTALLATION
Install with pip:
pip install pytest-idem
DEVELOPMENT INSTALLATION
Clone the pytest-idem repo and install with pip:
git clone https://gitlab.com/vmware/idem/pytest-idem.git pip install -e pytest-idem
ACCT
Some projects, specifically need credentials from idem’s ctx generator. A ctx fixture exists, but it won’t work unless you override the acct_file and acct_profile fixtures:
@pytest.fixture def acct_subs() -> List[str]: return ["azurerm", "vultr"] @pytest.fixture def acct_profile() -> str: return "test_development_idem_cloud"
Once these fixtures are overridden, the ctx fixture will become available to your test:
test_cloud_instance_present(hub, ctx): hub.state.cloud.present(ctx, "instance_name")
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
pytest-idem-2.0.0.tar.gz
(10.6 kB
view details)
Built Distribution
File details
Details for the file pytest-idem-2.0.0.tar.gz
.
File metadata
- Download URL: pytest-idem-2.0.0.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/35.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35bb892495b683d5cf2f901ce350eabc42cd41b1decde1831b5a1b35732e294b |
|
MD5 | 22797180abe637d08ae901c8847660a7 |
|
BLAKE2b-256 | fd046607e08c4f2296dc74f7f499fb3397402a308aaf386b154ddad181dcb1b1 |
File details
Details for the file pytest_idem-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: pytest_idem-2.0.0-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/35.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe9c9c158b625251f4ec3c59e64b05d8e2a695a9a0c00875977c47e712952e36 |
|
MD5 | fb6d9558eaac1d8f4dac95e4cac62a82 |
|
BLAKE2b-256 | 07e79c1d03a3d4c93746e97d018e23cb246a8767445c2d08a196ec56310f0e48 |