Hi,

Is there a way to get a fixture scope such that it runs setup before the
first parametrization of a test and teardown after the last parametrization?

Best I've come up with so far is putting each test into a class and using a
class scope fixture. But it seems like a hack.

Thanks,
Brian Okken
_______________________________________________
pytest-dev mailing list
pytest-dev@python.org
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to