Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 923 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 923 Bytes

molecule-kind

Unit Test Lint

molecule-kind - Molecule Kind Driver allows Molecule users to test Ansible code using Kind.

Dependencies

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

Installing

$ pip install molecule-kind

Usage

$ molecule init scenario -d kind
$ molecule test

Testing

To execute unit tests.

$ make dep
$ make test

License

The MIT License.