Is there a way to execute a set of instructions after each test (at the end of the test execution including fixtures teardown for that test)?
And not autouse=True fixture is not an option, teardown instructions do not execute always after other teardowns