deb-alembic/alembic/ddl/__init__.py
Mike Bayer adc081312e - coverage was not working (and needs to be fixed in SQLAlchemy too),
go back to using a "bootstrap" system where we load in pytestplugin/
noseplugin via file importing, plugin/ is not used as a package.
- identify the pytest_sessionstart hook as the best place to do
plugin_base.post_begin() and actually begin importing main modules;
this is where coverage has actually started.
- we're now targeting 1.0.0 as this has to be ported to SQLAlchemy.
- start using .coveragerc
2014-09-14 15:51:19 -04:00

3 lines
125 B
Python

from . import postgresql, mysql, sqlite, mssql, oracle # pragma: no cover
from .impl import DefaultImpl # pragma: no cover