Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress "Duplicated test name" #330

Open
lounres opened this issue Dec 16, 2024 · 0 comments
Open

Suppress "Duplicated test name" #330

lounres opened this issue Dec 16, 2024 · 0 comments

Comments

@lounres
Copy link

lounres commented Dec 16, 2024

I have a use case where I create tests when some conditions are satisfied. And for different disjoint conditions, I create tests with same names. I know that it is risky, but the conditions are disjoint so there won't be any two tests with the same name in the same test context. So I would like to suppress this warning. With @Suppress annotation or in any other way.

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

No branches or pull requests

1 participant