summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy_nose/config.py
Commit message (Collapse)AuthorAgeFilesLines
* first step of [ticket:1949], remove the setuptools aspectMike Bayer2010-11-151-173/+0
| | | | of the plugin, move it to test/bootstrap
* - the NoseSQLAlchemyPlugin has been moved to aMike Bayer2010-10-171-0/+173
new package "sqlalchemy_nose" which installs along with "sqlalchemy". This so that the "nosetests" script works as always but also allows the --with-coverage option to turn on coverage before SQLAlchemy modules are imported, allowing coverage to work correctly. - added some new ignores