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

Setup recieves paramiterizations #365

Open
imcdo opened this issue Oct 12, 2022 · 0 comments
Open

Setup recieves paramiterizations #365

imcdo opened this issue Oct 12, 2022 · 0 comments

Comments

@imcdo
Copy link
Member

imcdo commented Oct 12, 2022

Have setup method receive parameterizations such that setup can handle more test specific things. Right now many people avoid using setup as they have specific setup to the test/parameterization so ideas here would be useful as a class could have different tests with different ways of setting up kafka based on the test or the parameterization. Ideally we move this into the setup method, and we can do that by capturing all parameterization details in setup, alternativly we tie setup more to the test, maybe make it a mark to specify which setup to run for the test (kinda like a fixture might work in pytest)

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

No branches or pull requests

1 participant