PyTest Molecule Plugin :: discover and run molecule tests
Project description
PyTest Molecule Plugin :: auto detects and runs molecule tests
This plugin enables pytest discovery of all molecule.yml files inside the codebase and runs them as pytest tests.
Once you install pytest-molecule you should be able to just run pytest in order to run molecule on all roles and scenarios.
Optionally you can define MOLECULE_OPTS for passing extra parameters to each molecule call.
Discovered tests do have molecule driver and platforms added as markers, so you can selectively limit which test types to run:
# Lists all tests that uses docker
$ pytest --collect-only -m docker
# Runs scenarios with platform named centos7 and delegated driver:
$ pytest -m delegated -m centos7
Please note that at this moment molecule will run the entire scenario if the markers are platforms, this is not yet a way to limit which platforms are executed inside a specific scenario.
All tests are added the molecule marker.
This plugin also adds a new pytest option named --molecule-unavailable-driver=skip which can be used to tell it what to do when molecule drivers are not loading. Current default is None but you can choose marks like skip or xfail.
Installation
You can install “pytest-molecule” via pip from PyPI:
$ PIP_NO_BUILD_ISOLATION=false pip install pytest-molecule
PIP_NO_BUILD_ISOLATION is needed only on ancient python distributions to workaround https://github.com/pypa/pip/issues/5229
Contributing
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
License
Distributed under the terms of the MIT license, “pytest-molecule” is free and open source software
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
File details
Details for the file pytest-molecule-1.3.2.tar.gz
.
File metadata
- Download URL: pytest-molecule-1.3.2.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49baed3c4f92d773abb0f6bd054714ee7e8490c42d6a1403ebdf8cf9ae1312b4 |
|
MD5 | 9bc9cf75c8c78e3b167ec35af38b9f7a |
|
BLAKE2b-256 | a8c9e76f0a8f90e9613c619fe90054eb6bf14e9842138ef4ba5d18d770f8c4e4 |
File details
Details for the file pytest_molecule-1.3.2-py2.py3-none-any.whl
.
File metadata
- Download URL: pytest_molecule-1.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1946d0a9377fe0bb0285ba61fe170e09d1d9a796748d437f79a193e7aeabd8a3 |
|
MD5 | e2c6c144b73ee339bcaf888d5d213487 |
|
BLAKE2b-256 | e01248f893b1dc4af49cece2dad947c5a4020a9602df55e6db7dd139ef0f9915 |