adc081312e
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
3 lines
125 B
Python
3 lines
125 B
Python
from . import postgresql, mysql, sqlite, mssql, oracle # pragma: no cover
|
|
from .impl import DefaultImpl # pragma: no cover
|