gantsign / ansible-role-oh-my-zsh

Ansible role for installing and configuring oh-my-zsh
https://galaxy.ansible.com/gantsign/oh-my-zsh
MIT License
165 stars 41 forks source link

Use Molecule to aid development and testing #4

Closed freemanjp closed 8 years ago

freemanjp commented 8 years ago

Testing Ansible roles manually with Docker is a bit of a pain; Molecule (http://molecule.readthedocs.io/) makes it easy. It also provides a way to unify local unit testing with the tests ran by Travis CI.

Configure the project for running Molecule and change the Travis CI build to use Molecule.