A pytest plugin to configure the symbols displayed for test outcomes (e.g., . and F). Version 1.0.1 supports pytest 4.2.0+, where xfail was renamed to XFAIL. Low-maintenance library with no recent releases.
pip install pytest-custom-reportNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a pytest_custom_report hook in conftest.py to override default symbols.
If you relied on the old 'xfail' symbol, update your custom report or accept the new default 'XFAIL'.
Implement your own per-test logic if needed by inspecting the test item (not directly supported).
Consider alternatives like pytest-custom-report or maintaining a fork.
Run 'pip install pytest-custom-report'
Remove any --custom-report arguments and define the pytest_custom_report hook in conftest.py.
Ensure your hook returns a dict with correct outcome keys.