molecule-kind - Molecule Kind Driver allows Molecule users to test Ansible code using Kind.
This project has been tested against the following matrix:
Project | Version |
---|---|
Kind | 0.20 |
Python | 3.10 |
Ansible | 9.1.0 |
Molecule | 6.0.3 |
$ pip install molecule-kind
$ molecule init scenario -d kind
$ molecule test
To execute unit tests.
$ make dep
$ make test
The MIT License.