-
Notifications
You must be signed in to change notification settings - Fork 18
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
auto_container not working? #179
Comments
I am not aware of any internal breakage, we are using I have two ideas:
Is your code public? If yes, can you share a link and I'd take a look. |
Looks like that resolved it. I think I just misunderstood when I saw that section of the docs, thinking it was an optional thing for generative tests, not required for the auto_container... |
If the user does not add the `auto_container_parametrize` call to `pytest_generate_tests()` in `conftest.py`, then they get a weird error message. This commit improves the error message, indicating where the issue might be. This should make it easier to spot issues like #179 easier.
Seems like something internally is broken with the auto_container fixture?
Referencing the test code in the repo here, we have this configuration:
Is it just misconfigured or is this a bug?
The text was updated successfully, but these errors were encountered: