- Add support for ansible "become" user in ansible module
- Add failed/suceeded property on run() output
- packaging: Use setuptools_scm instead of pbr
- iptables: add ip6tables support
- sysctl: find sysctl outside of PATH (/sbin)
- Fix finding ss and netstat command in "sbin" paths for Centos (359)
- Add a workaround for pytest-dev/pytest#3542
- Handle "starting" status for Service module on Alpine linux
- Fix no_ssl and no_verify_ssl options for WinRM backend
- Fix multi-host test ordering (#347), regression introduced in 1.13.1
- Fix Socket on OpenBSD hosts (#338)
- Add a new lxc backend
- Socket: fix is_listening for unix sockets
- Add namespace and container support for kubernetes backend
- Add a cache of parsed ansible inventories for ansible backend
- Service: fix service detection on Centos 6 hosts
- File: implement file comparison with string paths
- package: fix is_installed and version behavior for uninstalled packages (#321 and #326)
- ansible: Use predictibles test ordering when using pytest-xdist to fix random test collections errors (#316)
- socket: fix detection of udp listening sockets (#311)
- ssh backend: Add support for GSSAPI
- ansible: fix compatibility with ansible 2.5
- pip: fix compatibility with pip 10 (#299)
- Socket: fix error with old versions of ss without the --no-header option (#293)
- Fix bad error reporting when using ansible module without ansible backend (#288)
- Socket: add a new implementation using ss instead of netstat (#124)
- Add service, process, and systeminfo support for Alpine (#283)
- Fix get_variables() for ansible>=2.0,<2.4 (#274)
- Paramiko: Use the RequireTTY setting if specified in a provided SSHConfig (#247)
- New iptables module
- Fix running testinfra within a suite using doctest (#268)
- Service: add is_valid method for systemd
- Fix file.linked_to() for Mac OS
- Interface: allow to find 'ip' command ousite of PATH
- Fix --nagios option with python 3
- Deprecate testinfra command (will be dropped in 2.0), use py.test instead #135
- Handle --nagios option when using py.test command
- Support for ansible 2.4 (#249)
- Salt: allow specifiy config directory (#230)
- Add a WinRM backend
- Socket: ipv6 sockets can handle ipv4 clients (#234)
- Service: Enhance upstart detection (#243)
- Service: add is_enabled() support for OpenBSD
- Add ssh identity file option for paramiko and ssh backends
- Expand tilde (~) to user home directory for ssh-config, ssh-identity-file and ansible-inventory options
- Service: Allow to find 'service' command outside of $PATH #211
- doc fixes
- Fix unwanted deprecation warning when running tests with pytest 3.1 #204
- Fix wheel package for 1.6.1
- Support ansible 2.3 with python 3 (#197)
- New 'host' fixture as a replacement for all other fixtures. See https://testinfra.readthedocs.io/en/latest/modules.html#host (Other fixtures are deprecated and will be removed in 2.0 release).
- backends: Fix ansible backend with ansible >= 2.3 (#195)
- backends: fallback to UTF-8 encoding when system encoding is ASCII.
- Service: fix is_running() on systems using Upstart
- Sudo: restore backend command in case of exceptions
- Honnor become_user when using the ansible backend
- Add dependency on importlib on python 2.6
- New kubectl backend
- Command: check_output strip carriage return and newlines (#164)
- Package: rpm improve getting version() and release()
- User: add gecos (comment) field (#155)
- SystemInfo: detect codename from VERSION_CODENAME in /etc/os-release (fallback when lsb_release isn't installed).
- Package: add release property for rpm based systems.