]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Improve _test_get_unique_constraints()
authorRoman Podolyaka <roman.podolyaka@gmail.com>
Sat, 22 Jun 2013 10:35:41 +0000 (13:35 +0300)
committerRoman Podolyaka <roman.podolyaka@gmail.com>
Sun, 23 Jun 2013 07:35:46 +0000 (10:35 +0300)
commit90296229209104e3903358844c2fbcd565d71bf3
tree8dac29c376f5e654f485cccf0ee58c9ea928a127
parenteba9d1b58f38577fb71d3374a2133d6e9159c277
Improve _test_get_unique_constraints()

Call eq_() in a loop instead of comparing two lists
directly. This makes it much easier to find out which
element is not equal to the reference value.
lib/sqlalchemy/testing/suite/test_reflection.py