]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Print useful traceback on error
authorScott Dugas <scott.dugas@foundationdb.com>
Thu, 23 Oct 2014 14:24:35 +0000 (10:24 -0400)
committerScott Dugas <scott.dugas@foundationdb.com>
Thu, 23 Oct 2014 14:24:35 +0000 (10:24 -0400)
commit9c0eb840788ed5971f0876958cfb9866c7af918d
treee31ef8f37e0a4d77c06a49cdadff2e91b3587dce
parent25434e9209af9ee2c05b651bc4fe197541c0bd60
Print useful traceback on error

_expect_failure was rethrowing the exception without keeping the
traceback, so it was really hard to find out what was actually wrong
lib/sqlalchemy/testing/exclusions.py