Documentation for the collection.
These roles are tested with molecule, using uv to handle dependencies and the Python testing environment.
Be sure to have uv installed.
Once you have uv installed, you can build the execution virtualenv with:
uv sync --extra devOnce you have your environment configured, you can execute molecule with:
uv --directory roles/some_role run molecule testYou shouldn't have to do this very often, but if you change the Python package requirements using uv add {some_package} commands or by editing the pyproject.toml directly, or if you find the build dependencies have fallen out of date, you might need to regenerate the uv.lock.
uv lockBe sure and check in the regenerated uv.lock when this process is complete.