diff options
Diffstat (limited to 'lib/sqlalchemy/testing')
| -rw-r--r-- | lib/sqlalchemy/testing/fixtures.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/testing/fixtures.py b/lib/sqlalchemy/testing/fixtures.py index 62dd9040e..4b76e6d88 100644 --- a/lib/sqlalchemy/testing/fixtures.py +++ b/lib/sqlalchemy/testing/fixtures.py @@ -552,6 +552,7 @@ class DeclarativeMappedTest(MappedTest): metaclass=FindFixtureDeclarative, cls=DeclarativeBasic, ) + cls.DeclarativeBasic = _DeclBase # sets up cls.Basic which is helpful for things like composite |
