]> 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>
Sun, 5 Apr 2020 12:43:38 +0000 (06:43 -0600)
commit05492890e0843c058521d0b3c8a67a274b546103
treee352421ff3c222fe65890d0af213da7128ee9426
parentef5481e18e59a5b2042825f584097db2904125c0
Apply fix to ComputedReflectionFixtureTest

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

Fixes: #5230
Change-Id: Id0f759b591a6119069b0fc5fc3b02addb85b0597
(cherry picked from commit 50f1e1392a92f31f1f2d5110e6632bc5a32467e7)
lib/sqlalchemy/testing/fixtures.py
lib/sqlalchemy/testing/suite/test_reflection.py