python3-pytest-expect
py.test plugin to store test expectations and mark tests based on them
License: MIT
https://github.com/gsnedders/pytest-expect
Availability
| Distro | aarch64 | noarch | x86_64 | Version |
|---|---|---|---|---|
| RHEL 10 | — | — | — | |
| RHEL 9 | — | — | — | |
| RHEL 8 | — | ✓ | — | 1.1.0 |
| RHEL 7 | — | — | — | |
| RHEL 6 | — | — | — |
Description
A py.test plugin that stores test expectations by saving the set of failing tests, allowing them to be marked as xfail when running them in future. The tests expectations are stored such that they can be distributed alongside the tests.
Compatible with all RHEL-based distributions, including CentOS, AlmaLinux, Oracle Linux, Rocky Linux, etc.
Install
CentOS/RHEL 8
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf -y install python3-pytest-expect