]> 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:58:41 +0000 (16:58 -0400)
commite228b4143274152aae599b3dbbcaa4ad7178147b
tree29758acc6c42ab25781706bab5be49487f9687b3
parentaff41b2384e64c6d9739626791603a2becf0126c
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
lib/sqlalchemy/testing/suite/test_select.py