Skip to content

Commit

Permalink
Get tests running using 'python setup.py ftest'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Oct 7, 2008
1 parent 905b243 commit 623fc0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,22 @@ def _package_doc(name):
include_package_data=True,
namespace_packages=['Products'],
zip_safe=False,
setup_requires=['eggtestinfo',
],
install_requires=[
#'Zope >= 2.10.4',
'setuptools',
'Products.CMFCore',
'Products.GenericSetup',
],
tests_require=['zope.testing>=3.7.0',
],
test_loader='zope.testing.testrunner.eggsupport:SkipLayers',
test_suite='Products.%s.tests' % NAME,
entry_points="""
[zope2.initialize]
Products.%s = Products.%s:initialize
[distutils.command]
ftest = zope.testing.testrunner.eggsupport:ftest
""" % (NAME, NAME),
)

0 comments on commit 623fc0e

Please sign in to comment.