Skip to content

Add only_rerun and rerun_except kwargs to marker#221

Merged
icemac merged 1 commit intopytest-dev:masterfrom
cfulljames:master
Jun 30, 2023
Merged

Add only_rerun and rerun_except kwargs to marker#221
icemac merged 1 commit intopytest-dev:masterfrom
cfulljames:master

Conversation

@cfulljames
Copy link
Copy Markdown
Contributor

@cfulljames cfulljames commented Jun 26, 2023

This allows the command line arguments with the same names to be overridden on a per-test basis. The functionality is the same - each argument takes a regex string or list of regex strings.

Fixes #164
Fixes #215

This allows the command line arguments with the same names to be
overridden on a per-test basis.  The functionality is the same -
each argument takes a regex string or list of regex strings.
Copy link
Copy Markdown
Contributor

@icemac icemac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this PR. 😃
It looks good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support --only-rerun in a @pytest.mark.flaky decorator Allow setting --only-rerun equivalent in the flaky decorator

2 participants