Name : python-module-pytest-ansible Relocations: (not relocatable) Version : 1.2.4 Vendor: ALT Linux Team Release : alt2.git20150318 Build Date: Thu Feb 25 12:35:46 2016 Install date: (not installed) Build Host: nbr-sisyphus.hasher.altlinux.org Group : Development/Python Source RPM: (none) Size : 63038 License: MIT Packager : Eugeny A. Rostovtsev (REAL) URL : https://pypi.python.org/pypi/pytest-ansible/ Summary : Plugin for py.test to allow running ansible Description : This repository contains a plugin for py.test which adds several fixtures for running ansible modules, or inspecting ansible_facts. While one can simply call out to ansible using the subprocess module, having to parse stdout to determine the outcome of the operation is unpleasant and prone to error. With pytest-ansible, modules return JSON data which you can inspect and act on, much like with an ansible playbook.