When pytest-cases (or other plugins) generate fixtures, it is not easily possible to mark them as saved with @saved_fixture
#44
Labels
bug
Something isn't working
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.The text was updated successfully, but these errors were encountered: