[ADD] unittest2.collector as a setuptools test_suite, though it doesn't go search the addons (yet?) it'll be useful when we start adding tests to the core itself

bzr revid: xmo@openerp.com-20110321121350-a6fx646gbfhks9f1
This commit is contained in:
Xavier Morel 2011-03-21 13:13:50 +01:00
parent 6f471d8946
commit 20200587ee
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ setup(
'unittest2',
'mock',
],
test_suite = 'unittest2.collector',
zip_safe=False,
packages=[
'addons',