I am new to pytest and I am trying to understand fixtures. I want to print the result of my testcase (pass or fail) in teardown of the fixture. The fixture should be use the auto use feature .
Upon running the testcase if the testcase has failed.
The print statement should say pass or fail if the test cases has failed
Can someone help me with this?