Skip to content

sagardeyrakesh/goodplay

 
 

Repository files navigation

goodplay

Version Documentation Supported Python Versions License Join the chat at https://gitter.im/goodplay/goodplay

goodplay is an Apache2-licensed test framework for testing Ansible 2.x roles and playbooks as well as running full integration tests for your software.

Build Status Documentation Code Climate Code Coverage Dependencies Status

Features

  • define your test environments via Docker Compose and Ansible inventories
  • write your tests as Ansible 2.x playbook tasks
  • resolve and auto-install Ansible role dependencies prior to test run
  • run your tests within Docker container(s), an already existing test environment, or on localhost
  • built as a pytest plugin to have a solid test runner foundation, plus you can run your goodplay tests together with your other tests

Versioning

goodplay will use Semantic Versioning when reaching v1.0.0. Until then, the minor version is used for backwards-incompatible changes.

Installation

Installing goodplay is simple with pip, just run this in your terminal:

$ pip install goodplay

Contributing

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or bug.
  2. Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
  3. Write a test which shows that the bug was fixed or that the feature works as expected.
  4. Send a pull request. Make sure to add yourself to AUTHORS.

Just don't forget to check out our CONTRIBUTING guidelines — it includes few technical details that will make the process a lot smoother.

About

goodplay: Make your deployment play well.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.9%
  • Makefile 1.1%