Skip to content

conftest: Ensure to not leak containers on keyboard interruption

pytest does not teardown fixtures on keyboard interruption so implement a hook to ensure containers started by the current compose session are killed when user hit Ctrl-C to stop tests execution.

Depends on !299 (merged).

Merge request reports