docs(12281.feature.rst): add changelog fragment

This commit is contained in:
lovetheguitar 2024-06-21 16:23:16 +02:00
parent 598d881c9c
commit 9cf9cfabcb
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Added support for keyword matching in marker expressions.
Now tests can be selected by marker keyword arguments.
Supported values are ``int``, (unescaped) ``str``, ``bool`` & ``None``.
See :ref:`marker examples <marker_keyword_expression_example>` for more information.
-- by :user:`lovetheguitar`.