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

When pytest-cases (or other plugins) generate fixtures, it is not easily possible to mark them as saved with @saved_fixture #44

Open
smarie opened this issue Oct 13, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@smarie
Copy link
Owner

smarie commented Oct 13, 2020

Maybe we should think of an alternate/complementary API to simply pass a list of fixtures to save, or to enable saving all fixture values automatically ? Indeed having to mark all fixtures with @saved_fixture does not scale very well.

Note that a valid workaround is to put the fixture values explicitly in the results_bag in the test.

@smarie smarie added the bug Something isn't working label Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant