Which test fixture will run after executed the all test case in python?
I am writing the test case in python programming. I need to delete the folders after completed the all the test case, which test fixture can be used to run after completing everything.
Thanks in advance