]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the NoseSQLAlchemyPlugin has been moved to a
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Oct 2010 19:23:14 +0000 (15:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Oct 2010 19:23:14 +0000 (15:23 -0400)
commit976df5bf96adc16ea8c97e822cf7e773b0525f78
tree8a26ee1e7464f0acb14d333b3270d18f1b98c800
parentaa20e20b88d243d5277b5e1fefcd0021588feb52
- the NoseSQLAlchemyPlugin has been moved to a
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
.hgignore
CHANGES
lib/sqlalchemy/test/__init__.py
lib/sqlalchemy/test/engines.py
lib/sqlalchemy/test/profiling.py
lib/sqlalchemy/test/testing.py
lib/sqlalchemy_nose/__init__.py [new file with mode: 0644]
lib/sqlalchemy_nose/config.py [moved from lib/sqlalchemy/test/config.py with 100% similarity]
lib/sqlalchemy_nose/noseplugin.py [moved from lib/sqlalchemy/test/noseplugin.py with 96% similarity]
setup.py
test/__init__.py