My test suit generates some intermediate files and other resources which typically would be deleted upon termination of the test. However, if there is a failure, I would like to leave them in place to help in diagnosing the failure.
Is there a clean way to do this? I'm already using a fixture to do cleanup, so I'm prepared to use some aspect of the fixture if that's appropriate. Thanks, Topher Eliot
_______________________________________________ pytest-dev mailing list pytest-dev@python.org https://mail.python.org/mailman/listinfo/pytest-dev