Sometimes it would be nice to catch exceptions thrown during tests directly with a debugger.
Since bandit catches all exceptions (which is a good thing to have as default) this is currently not possible.
I'd like to have a flag that switches the catching off.