Skip to content

Releases: ansible/pytest-ansible

v2.2.4 Bugfixes around verbosity

25 May 20:15
08ab81b
Compare
Choose a tag to compare

Release fix from #53 around verbosity handling
pypi release: https://pypi.org/project/pytest-ansible/2.2.4/

v2.2.3: Merge pull request #50 from cipherboy/fix-external-module-loading

26 Oct 22:18
ddfa2d1
Compare
Choose a tag to compare

Contains bug fixes and fixes to tests

Bug fixes:

  • v28: Ensure become and become_user params are honored
  • Capture module failure in class ModuleResult
  • Fix has_module for non-builtin modules

Fix ansible import for newer versions

07 Oct 19:29
32f991d
Compare
Choose a tag to compare

Also fix some stale unit tests