From 917764c55e1fb78267965d8bdc8a7368677f1a6d Mon Sep 17 00:00:00 2001 From: Tom Page Date: Tue, 14 Apr 2020 15:30:20 +0100 Subject: [PATCH] molecule testing instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5e34c09..b247b59 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,18 @@ $ ansible-playbook playbook.yml -e @tower_vars.yml tower loop_var: awx_tasks ``` +Testing +------- + +This role makes use of the [Molecule](https://molecule.readthedocs.io/) testing framework. At present only linting is implemented, but additional testing is planned to be implemented. + +In order to run the tests do the following: + +```sh +pip install molecule>3 +molecule test +``` + License -------