pytest
pytest copied to clipboard
Add public API function pytest.match_markexpr for marker expression e…
Added a public function which evaluates markers matching
- Introduced match_markexpr to match marker expressions against markers or pytest Items.
- Updated documentation to reflect the new function.
- Added comprehensive tests to ensure functionality and error handling.
close: #13759