Testsuite: Turn SQLAlchemy warnings into errors
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 23 Dec 2012 22:52:08 +0000 (23:52 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 23 Dec 2012 22:52:08 +0000 (23:52 +0100)
commit601e6e0cce3af9a2521e6bf4e6d50740c84dc653
tree9bbcc16616f2f4e6d4cb1af1f54d486d10c394f5
parent57c6473aa2146f3337a42cb4b9c54dc164b7b76a
Testsuite: Turn SQLAlchemy warnings into errors

We should handle SQLAlchemy warnings. And to make that a
lot easier, turn them into real errors. That way they
1) Turn up more prominently.
2) Have a useful backtrace.

This only happens in the testsuite, so that normal useage
is not impacted.
mediagoblin/tests/__init__.py