Releases: ansible/pytest-ansible
Releases · ansible/pytest-ansible
v3.1.2
- Add token write for pypi (#122) @cidrblock
v3.1.1
v3.1.0
Minor Changes
- Enable unit test support by default (#117) @cidrblock
- feature: integrate
pytest-ansible-units(#114) @Ruchip16
Bugfixes
v3.0.0
Major Changes
- Fix import error from Ansible-core 2.15 change (#103) @ssbarnea
- Support python 3.10 and 3.11 (#84) @ssbarnea
- Support for Ansible 2.12 and 2.13 (#67) @CFSNM
Minor Changes
Bugfixes
- Add
used-before-assignmentcheck (#106) @Ruchip16 - Add
use-dict-literal(#104) @Ruchip16 - Fix readme badges (#102) @ssbarnea
- Add
using-constant-test,use-list-literal&useless-object-inheritancecheck (#100) @Ruchip16 - Add
unused-import&wrong-import-ordercheck (#98) @Ruchip16 - Add
undefined-loop-variable&unnecessary-comprehensioncheck (#96) @Ruchip16 - Add
super-with-arguments&too-few-public-methodscheck (#95) @Ruchip16 - Add
not-callable&pointless-statementcheck (#94) @Ruchip16 - Add
no-else-returncheck (#93) @Ruchip16 - Add
no-else-raisecheck (#92) @Ruchip16 - Add
implicit-str-concat&missing-class-docstringcheck (#91) @Ruchip16 - Add
consider-using-f-stringcheck (#90) @Ruchip16 - Enable prettier (#86) @ssbarnea
- Enable
isortviapre-commit(#83) @cidrblock - Remove outdated compatibility code (#79) @ssbarnea
- Stop using standalone mock library (#78) @ssbarnea
- Enable mypy (#77) @ssbarnea
- Enable pylint (#76) @ssbarnea
- Enable flake8 (#75) @ssbarnea
- Enable black (#74) @ssbarnea
- Fixing hosts in extra inventory (#68) @CFSNM
- support extra inventory in pytest-ansible (#64) @CFSNM
- Bumped pytest-ansible version to 2.3.0. Also removed ansible 2.8, and replaced python 3.6 by python 3.9 (#65) @CFSNM
- Revert "Add support to ansible inventory env var" (#61) @thenets
- Add support to ansible inventory env var (#60) @thenets
v2.2.4 Bugfixes around verbosity
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
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
Also fix some stale unit tests