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-3.1.0.tar.gz
(11.8 kB
view details)
Built Distribution
File details
Details for the file pytest-idem-3.1.0.tar.gz
.
File metadata
- Download URL: pytest-idem-3.1.0.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/37.1 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.12.0 keyring/23.9.1 rfc3986/2.0.0 colorama/0.4.5 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4cb8a3d89d2ae4469b366c65eb94c2855ca1bfd8e8dad18d8c430ae72632833 |
|
MD5 | 527da4173fec782f8628e0586ce406d4 |
|
BLAKE2b-256 | 60796fbf1e0cd1cc5d44237a197656dd791e69b917350759cba649d8d4bae3ee |
File details
Details for the file pytest_idem-3.1.0-py3-none-any.whl
.
File metadata
- Download URL: pytest_idem-3.1.0-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/37.1 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.12.0 keyring/23.9.1 rfc3986/2.0.0 colorama/0.4.5 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8377f0782a4c1f4d327d99093eab00e4e02ab84526b4ee4e7104b74da7ac2e0 |
|
MD5 | 7c7f7dbd199e7ffd27e062a47d006a61 |
|
BLAKE2b-256 | f3e807bfbab8418a9eade6c8309e5b25e2df026d704e2e99506749feedbb74d6 |