]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Apply fix to ComputedReflectionFixtureTest
authorGord Thompson <gord@gordthompson.com>
Sat, 4 Apr 2020 19:39:50 +0000 (13:39 -0600)
committerGord Thompson <gord@gordthompson.com>
Sat, 4 Apr 2020 21:54:55 +0000 (15:54 -0600)
commit50f1e1392a92f31f1f2d5110e6632bc5a32467e7
tree72e8a08ba410f3c21ed81b3c1ca40e734ed5e49a
parent139aac4aba98b170787a63f0f0ca785c1fdfc63b
Apply fix to ComputedReflectionFixtureTest

Avoid errors for dialects without schema support.
Also fix typo in test name.

Fixes: #5230
Change-Id: Id0f759b591a6119069b0fc5fc3b02addb85b0597
lib/sqlalchemy/testing/fixtures.py
lib/sqlalchemy/testing/suite/test_reflection.py