pytest icon indicating copy to clipboard operation
pytest copied to clipboard

Add public API function pytest.match_markexpr for marker expression e…

Open gomri15 opened this issue 2 months ago • 15 comments

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

gomri15 avatar Oct 03 '25 13:10 gomri15