|
From PR #205:
Automatically close the session/transaction in case of a test failure or exception but raise an exception here if a test passed but "forgot" to close its session. ... One could think about having the runner provide a proxied session factory which keeps track of the created sessions. Then we might be able to implement this behavior within the runner.
|