Open
Description
Because tSQLt rolls back its own transaction, it will also roll back any transaction opened before it is called. This might be confusing.
The proposal is to throw an error immediately if any run method is called and there is an open transaction. This will require an override setting to allow for basically all tSQLt build tests to run.