Any plans to do something like this? The benefit of direct fixtures would be sharing them amongst tests and accessing them in an "easy" way (especially for those that are used to pytest). Beyond this, builtin setup and teardown functionality would also be nice to avoid things like calling these function manually in each test.
Any plans to do something like this? The benefit of direct fixtures would be sharing them amongst tests and accessing them in an "easy" way (especially for those that are used to
pytest). Beyond this, builtinsetupandteardownfunctionality would also be nice to avoid things like calling these function manually in each test.