[Checkins] SVN: zope.cachedescriptors/trunk/setup.py Enable testing via setup.py.

Albertas Agejevas cvs-admin at zope.org
Wed Feb 13 20:52:34 UTC 2013


Log message for revision 129356:
  Enable testing via setup.py.

Changed:
  U   zope.cachedescriptors/trunk/setup.py

-=-
Modified: zope.cachedescriptors/trunk/setup.py
===================================================================
--- zope.cachedescriptors/trunk/setup.py	2013-02-13 20:52:26 UTC (rev 129355)
+++ zope.cachedescriptors/trunk/setup.py	2013-02-13 20:52:34 UTC (rev 129356)
@@ -56,6 +56,7 @@
 
     packages=find_packages('src'),
     package_dir={'': 'src'},
+    test_suite='zope.cachedescriptors.tests.test_suite',
     namespace_packages=['zope',],
     include_package_data=True,
     install_requires=['setuptools'],



More information about the checkins mailing list