Testinfra Versions Save

Testinfra test your infrastructures

10.1.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pytest-dev/pytest-testinfra/compare/10.0.0...10.1.0

10.0.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pytest-dev/pytest-testinfra/compare/9.0.0...10.0.0

9.0.0

8 months ago

Changes since v8.1.0:

  • [BREAKING] pytest-testinfra now require python >= 3.9
  • [BREAKING] Drop deprecated module PipPackage
  • [NEW] Add support for the SSH ControlPath connection sharing option (#713)
  • [FIX] Retry SSH on ConnectionResetError (#708)
  • [FIX] List openSUSE Leap and Tumbleweed explicitly as rpm based distributions
  • [FIX] Make group name mandatory in group module

8.1.0

11 months ago

Changes since v8.0.0

  • [NEW] Add Windows support for File and Service modules
  • [NEW] Add File.is_executable property

8.0.0

11 months ago

Changes since v7.0.1:

  • [NEW] Add Group.members attribute
  • [NEW] Add File.inode attribute
  • [NEW] Add Interface.routes() method
  • [NEW] Add Docker.is_restarting attribute
  • [FIX] Fix possible error in Interface.default()
  • [FIX] Fix busybox detection in Process module
  • [FIX] Fix possible KeyError in SysInfo module
  • [BREAKING] drop support for python 3.7

7.0.1

1 year ago

Changes since v7.0.0:

  • [FIX] Fix command -v compatibility with dash shell

7.0.0

1 year ago

Changes since v6.8.0:

  • [NEW] Improved ssh config support in Paramiko backend
  • [NEW] Add chroot backend
  • [NEW] Add support for Manjaro-Linux
  • [NEW] Add support for Cloudlinux
  • [BREAKING] Drop support for python 3.6 which is EOL

6.8.0

1 year ago

Changes since v6.7.0:

  • [NEW] Add support for AlmaLinux and RockyLinux

6.7.0

2 years ago

Changes since v6.6.0

  • [NEW] Handle ansible_connection type community.docker.docker
  • [NEW] add ssh_extra_args option

6.6.0

2 years ago

Changes since v6.5.0

  • [NEW] Allow to test for user password expiration
  • [NEW] Handle ANSIBLE_SSH_COMMON_ARGS and ANSIBLE_SSH_EXTRA_ARGS environment variables for ansible connections
  • [FIX] Fix encoding issue in salt connections
  • [FIX] Fix AttributeError when "command" is not available and fallback to "which"