In behave, how can I ensure some code is run even if a test suite is aborted?
I have a behave test suite that starts by spinning up my application in a docker container. I’ve added some code to ensure that the docker container is stopped and removed when the suite exits ‘normally’: