Skip to content

Commit

Permalink
molecule testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed Apr 14, 2020
1 parent 5df55b9 commit 917764c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------

Expand Down

0 comments on commit 917764c

Please sign in to comment.