Files
sqlalchemy/setup.cfg
T
Mike Bayer 58b2939433 - sqlalchemy.test and nose plugin moves back to being entirely
outside of "sqlalchemy" and under "test/".

Rationale:

- coverage plugin works without issue, without need for an awkward
additional package install
- command line for "nosetests" isn't polluted with SQLAlchemy options

[ticket:1949]
2010-11-28 14:19:44 -05:00

8 lines
110 B
INI

[egg_info]
tag_build = dev
[nosetests]
with-_sqlalchemy = true
exclude = ^examples
first-package-wins = true