Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pytest-dev/pytest-testinfra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.0.0
Choose a base ref
...
head repository: pytest-dev/pytest-testinfra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.0.0
Choose a head ref
  • 15 commits
  • 15 files changed
  • 8 contributors

Commits on Aug 25, 2023

  1. Fix output of error message

    cmp is a string already. Therefore, the join() statement is not necessary
    and only introduces additional spaces.
    CarstenGrohmann authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    271b4f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    01db77f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. testinfra/modules/blockdevice: Don't fail on stderr (#745)

    The `blockdevice` module raises a `RuntimeError` if `blockdev` returns with a
    non-zero exit code, or if stderr is not empty.
    
    But the latter can happen even when there's no failure at all, for instance if
    `sshd` has a banner message configured (which gets output to stderr whenever
    someone connects to the host).
    
    Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>
    BenoitKnecht authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1cb19cc View commit details
    Browse the repository at this point in the history
  2. Add CommandResult documenation

    CarstenGrohmann authored and philpep committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4807473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f78038 View commit details
    Browse the repository at this point in the history
  4. Extend list of valid suffixes for systemd units

    The old implementation limits the usage of SystemdService.is_valid() to
    ".service" units. This implementation allows checking all types of unit
    files with is_valid() (systemd-analyze verify <unitname.suffix>).
    CarstenGrohmann authored and philpep committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5d5c51f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b54a79e View commit details
    Browse the repository at this point in the history
  6. Add missing Environment doc section

    Fixes #736.
    amaslenn authored and philpep committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4872903 View commit details
    Browse the repository at this point in the history
  7. Fix doc title syntax

    amaslenn authored and philpep committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a1e4c24 View commit details
    Browse the repository at this point in the history
  8. Define types for plugin.py

    amaslenn authored and philpep committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0c6eaca View commit details
    Browse the repository at this point in the history
  9. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and philpep committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c99c289 View commit details
    Browse the repository at this point in the history
  10. Missing RHEL distribution in package module (#731)

    Added "ol" Oracle Linux and moved "rhel" accordingly
    
    ---------
    
    Co-authored-by: 100gr <v.aukhimovich@gmail.com>
    700grm and 100gr authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5af81c8 View commit details
    Browse the repository at this point in the history
  11. feat: brew support

    soof-golan authored and philpep committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    70554d3 View commit details
    Browse the repository at this point in the history
  12. Add Service.exists

    CarstenGrohmann authored and philpep committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    76170a4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dc48cd9 View commit details
    Browse the repository at this point in the history
Loading