summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2009-06-10 21:18:24 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2009-06-10 21:18:24 +0000
commit45cec095b4904ba71425d2fe18c143982dd08f43 (patch)
treeaf5e540fdcbf1cb2a3337157d69d4b40be010fa8 /setup.py
parent698a3c1ac665e7cd2ef8d5ad3ebf51b7fe6661f4 (diff)
downloadsqlalchemy-45cec095b4904ba71425d2fe18c143982dd08f43.tar.gz
- unit tests have been migrated from unittest to nose.
See README.unittests for information on how to run the tests. [ticket:970]
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6a2467765..3d65f022e 100644
--- a/setup.py
+++ b/setup.py
@@ -31,6 +31,13 @@ setup(name = "SQLAlchemy",
packages = find_packages('lib'),
package_dir = {'':'lib'},
license = "MIT License",
+
+ entry_points = {
+ 'nose.plugins.0.10': [
+ 'sqlalchemy = sqlalchemy.test.noseplugin:NoseSQLAlchemy',
+ ]
+ },
+
long_description = """\
SQLAlchemy is: