]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Use define_tables for IsOrIsNotDistinctFromTest
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Apr 2020 20:58:41 +0000 (16:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Apr 2020 20:59:45 +0000 (16:59 -0400)
commitf21d404ea91da01c8df643d335b0c1489ccb93be
tree554bb045cddbdf95e05309ad11d7cc1d78c767e2
parente418d75853e9304615e85ea5110efdb0bb06d13b
Use define_tables for IsOrIsNotDistinctFromTest

In Ie8127ef29f1ec91e7afb88e1429538c27a321784 Mike
failed to notice that this test is build on TablesTest and
has just the one test function, which means the table is
built up by the fixture.

Change-Id: I855431bc976fe8ec96559ec1a22bb294aecf3c40
(cherry picked from commit e228b4143274152aae599b3dbbcaa4ad7178147b)
lib/sqlalchemy/testing/suite/test_select.py