Hello, all.<br><br>When I run the test through &#39;python setup.py test&#39;, it shows:<br><br>$ python setup.py test<br>running test<br>running egg_info<br>writing requirements to src/zope.dottedname.egg-info/requires.txt<br>
writing src/zope.dottedname.egg-info/PKG-INFO<br>writing namespace_packages to src/zope.dottedname.egg-info/namespace_packages.txt<br>writing top-level names to src/zope.dottedname.egg-info/top_level.txt<br>writing dependency_links to src/zope.dottedname.egg-info/dependency_links.txt<br>
reading manifest file &#39;src/zope.dottedname.egg-info/SOURCES.txt&#39;<br>writing manifest file &#39;src/zope.dottedname.egg-info/SOURCES.txt&#39;<br>running build_ext<br>/usr/lib/python2.6/site-packages/zope/testing/doctest/__init__.py:104: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions<br>
  from zope.testing.exceptions import DocTestFailureException<br>/home/cheese/Downloads/zope/zope.dottedname-3.4.6/src/zope/dottedname/tests.py:19: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module<br>
  from zope.testing.doctest import DocFileSuite,REPORT_NDIFF,ELLIPSIS<br><br>----------------------------------------------------------------------<br>Ran 0 tests in 0.000s<br><br>OK<br><br><br>So no test seems run.<br>I have Python 2.6.4 and zope.testing 3.10.0, and added &quot;test_suite=&#39;zope.dottedname&#39;&quot; to setup.py.<br>
<br><br>Robin<br>