Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first step of [ticket:1949], remove the setuptools aspect | Mike Bayer | 2010-11-15 | 1 | -173/+0 |
| | | | | of the plugin, move it to test/bootstrap | ||||
* | - the NoseSQLAlchemyPlugin has been moved to a | Mike Bayer | 2010-10-17 | 1 | -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 |