Releases: ansible/pytest-ansible
Releases · ansible/pytest-ansible
v4.0.0
Major Changes
Minor Changes
- Improved molecule support (#147) @cidrblock
- feature: integrate
pytest-molecule
plugin (#144) @Ruchip16
Bugfixes
- Avoid import error if molecule is not installed (#157) @cidrblock
- Update requirements (#155) @cidrblock
- Ignore new ruff errors (#156) @cidrblock
v3.2.1
Bugfixes
- Fix for ansible 2.9 (#141) @cidrblock
v3.2.0
v3.1.5
Bugfixes
- Restore python 3.7 support (#128) @cidrblock
v3.1.4
Bugfixes
- Remove
ansible-core
as a runtime dep, move to testing (#127) @cidrblock
v3.1.3
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-assignment
check (#106) @Ruchip16 - Add
use-dict-literal
(#104) @Ruchip16 - Fix readme badges (#102) @ssbarnea
- Add
using-constant-test
,use-list-literal
&useless-object-inheritance
check (#100) @Ruchip16 - Add
unused-import
&wrong-import-order
check (#98) @Ruchip16 - Add
undefined-loop-variable
&unnecessary-comprehension
check (#96) @Ruchip16 - Add
super-with-arguments
&too-few-public-methods
check (#95) @Ruchip16 - Add
not-callable
&pointless-statement
check (#94) @Ruchip16 - Add
no-else-return
check (#93) @Ruchip16 - Add
no-else-raise
check (#92) @Ruchip16 - Add
implicit-str-concat
&missing-class-docstring
check (#91) @Ruchip16 - Add
consider-using-f-string
check (#90) @Ruchip16 - Enable prettier (#86) @ssbarnea
- Enable
isort
viapre-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