pytest fixture _cleanup_data not printing expected message (Don’t run cleanup section)
I’m having an issue with a pytest fixture in my Python code. The fixture is supposed to print a message after cleaning up test data, but the message is not being printed. I’ve checked the code and the connection to the database, but I can’t figure out why it’s not working.