sqlalchemy-bot / test_alembic_1

0 stars 0 forks source link

pluggable impls #181

Open sqlalchemy-bot opened 10 years ago

sqlalchemy-bot commented 10 years ago

Migrated issue, originally created by Michael Bayer (zzzeek)

to support any number of dialects, the system by which we load "impls" should use the PluginLoader system from SQLAlchemy, and support entrypoints as well as local registration. Similarly, there should be a test suite just like that of SQLAlchemy which runs a standard suite of "operation directive" tests on any arbitrary impl. This implies the task of upgrading alembic's testing platform to use the SQLAlchemy library that now supports py.test.

sqlalchemy-bot commented 10 years ago

Michael Bayer (zzzeek) wrote:

blocked by #182

sqlalchemy-bot commented 7 years ago

Michael Bayer (zzzeek) wrote:

Issue #250 was marked as a duplicate of this issue.

sqlalchemy-bot commented 10 years ago

Changes by Michael Bayer (zzzeek):

sqlalchemy-bot commented 10 years ago

Changes by Michael Bayer (zzzeek):