Install & Compatibility
Where this runs
tested against v0.8.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 30.8MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 2.8s · import 0.000s · 31MB
29MB installed
● package 29MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
PYTEST_CHECK_TEST_DUPLICATE
✓ from pytest_plus import PYTEST_CHECK_TEST_DUPLICATE
✗ from pytest_plus import plus
TerminalReporter
✓ from pytest_plus import TerminalReporter
✗ from pytest_plus import plus
annotations
✓ from pytest_plus import annotations
✗ from pytest_plus import plus
Basic usage of the plus helper from pytest-plus. Run with: pytest
# content of test_example.py
from pytest_plus import plus
def test_addition():
result = plus(2, 3)
assert result == 5, f"Expected 5, got {result}"
Upgrade
Version history
0.8.1latest on PyPI · released Feb 2, 2025
Audit
Dependencies
pytestrequiredCore dependency: pytest-plus is a pytest plugin.