[ADD] unittest2.collector as a setuptools test_suite, though it doesn't go search...
authorXavier Morel <xmo@openerp.com>
Mon, 21 Mar 2011 12:13:50 +0000 (13:13 +0100)
committerXavier Morel <xmo@openerp.com>
Mon, 21 Mar 2011 12:13:50 +0000 (13:13 +0100)
bzr revid: xmo@openerp.com-20110321121350-a6fx646gbfhks9f1

setup.py

index 8d55ed0..da0dd56 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -63,6 +63,7 @@ setup(
         'unittest2',
         'mock',
     ],
+    test_suite = 'unittest2.collector',
     zip_safe=False,
     packages=[
         'addons',