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

Fail fast on duplicated parameterized entries #33

Open
kornicameister opened this issue Aug 16, 2020 · 2 comments
Open

Fail fast on duplicated parameterized entries #33

kornicameister opened this issue Aug 16, 2020 · 2 comments

Comments

@kornicameister
Copy link
Contributor

Ref: kornicameister/loguru-mypy#31 (comment)


Idea here is to check if parametrized contains a duplicated dictionaries and if so fail fast the test.
Problem though is that pytest behavior on parameterized is different...basically pytest does not seem to care if you have duplicates.

Thing to think about for a minute, I guess :)

@sobolevn
Copy link
Member

Yes, let's do that! Each test runs for a while. And it might be helpful to find duplicates and reduce the overall time.

@kornicameister
Copy link
Contributor Author

I can't promise when :( if someone else is willing to jump in, go ahead ;) I will happily review.

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

No branches or pull requests

2 participants