[Checkins] SVN: zope.proxy/trunk/setup.py Make 'python setup.py test' actually run the tests.

Tres Seaver tseaver at palladion.com
Tue Oct 14 08:32:16 EDT 2008


Log message for revision 92193:
  Make 'python setup.py test' actually run the tests.

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

-=-
Modified: zope.proxy/trunk/setup.py
===================================================================
--- zope.proxy/trunk/setup.py	2008-10-14 12:26:50 UTC (rev 92192)
+++ zope.proxy/trunk/setup.py	2008-10-14 12:32:15 UTC (rev 92193)
@@ -59,6 +59,7 @@
           test=['zope.testing']),
       tests_require = [
           'zope.testing'],
+      test_suite = 'zope.proxy',
       install_requires=[
           'zope.interface',
           'setuptools'],



More information about the Checkins mailing list