diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-10-17 15:23:14 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-10-17 15:23:14 -0400 |
| commit | 976df5bf96adc16ea8c97e822cf7e773b0525f78 (patch) | |
| tree | 8a26ee1e7464f0acb14d333b3270d18f1b98c800 /test/__init__.py | |
| parent | aa20e20b88d243d5277b5e1fefcd0021588feb52 (diff) | |
| download | sqlalchemy-976df5bf96adc16ea8c97e822cf7e773b0525f78.tar.gz | |
- 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
Diffstat (limited to 'test/__init__.py')
| -rw-r--r-- | test/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/__init__.py b/test/__init__.py index 8b1378917..e69de29bb 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1 +0,0 @@ - |
