]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Modified fails_on testing decorator to take a reason for the failure.
authorMichael Trier <mtrier@gmail.com>
Fri, 12 Dec 2008 03:41:05 +0000 (03:41 +0000)
committerMichael Trier <mtrier@gmail.com>
Fri, 12 Dec 2008 03:41:05 +0000 (03:41 +0000)
commit1d90146210b0919294a99468a916d4084fc14c7d
tree75bf422e326289f225adc399675d9a316486878a
parentaaac4520d3a4d1b2b73403bedaeb67d9cf26409c
Modified fails_on testing decorator to take a reason for the failure.

This should assist with helping to document the reasons for testing failures.
Currently unspecified failures are defaulted to 'FIXME: unknown'.
24 files changed:
test/engine/execute.py
test/engine/reconnect.py
test/engine/reflection.py
test/engine/transaction.py
test/orm/assorted_eager.py
test/orm/cascade.py
test/orm/dynamic.py
test/orm/eager_relations.py
test/orm/expire.py
test/orm/generative.py
test/orm/inheritance/basic.py
test/orm/inheritance/manytomany.py
test/orm/inheritance/poly_linked_list.py
test/orm/mapper.py
test/orm/naturalpks.py
test/orm/query.py
test/orm/session.py
test/orm/unitofwork.py
test/sql/case_statement.py
test/sql/constraints.py
test/sql/defaults.py
test/sql/query.py
test/sql/testtypes.py
test/testlib/testing.py