[Zope-dev] The test suite is not registered in setup.py of zope.datetime

2010-09-17 Thread Robin Lee
The test suite is not registered in setup.py of zope.datetime

Robin
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] The test suite is not registered in setup.py of zope.i18n

2010-09-16 Thread Robin Lee
The test suite is not registered in setup.py of zope.i18n.

Robin
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Will zope.testing 3.10 be included in ZTK 1.0 final?

2010-09-15 Thread Robin Lee
Will zope.testing 3.10 be included in ZTK 1.0 final?

And the test suite is not registered in setup.py in zope.testing 3.9 branch.

Robin
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Tests of zope.dottedname not actually run

2010-09-12 Thread Robin Lee
Hello, all.

When I run the test through 'python setup.py test', it shows:

$ python setup.py test
running test
running egg_info
writing requirements to src/zope.dottedname.egg-info/requires.txt
writing src/zope.dottedname.egg-info/PKG-INFO
writing namespace_packages to
src/zope.dottedname.egg-info/namespace_packages.txt
writing top-level names to src/zope.dottedname.egg-info/top_level.txt
writing dependency_links to
src/zope.dottedname.egg-info/dependency_links.txt
reading manifest file 'src/zope.dottedname.egg-info/SOURCES.txt'
writing manifest file 'src/zope.dottedname.egg-info/SOURCES.txt'
running build_ext
/usr/lib/python2.6/site-packages/zope/testing/doctest/__init__.py:104:
DeprecationWarning: zope.testing.exceptions is deprecated in favour of
zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/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
  from zope.testing.doctest import DocFileSuite,REPORT_NDIFF,ELLIPSIS

--
Ran 0 tests in 0.000s

OK


So no test seems run.
I have Python 2.6.4 and zope.testing 3.10.0, and added
test_suite='zope.dottedname' to setup.py.


Robin
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] test_suite missed in setup.py in zope.conttenttype

2010-09-12 Thread Robin Lee
This is trivial.


python-zope-contenttype-3.5.1-run-tests.patch
Description: Binary data
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] How can I make the tests of zope.sqlalchemy running?

2010-09-12 Thread Robin Lee
The output of a failed 'python setup.py test' is attached.
$ python setup.py test
running test
running egg_info
writing requirements to src/zope.sqlalchemy.egg-info/requires.txt
writing src/zope.sqlalchemy.egg-info/PKG-INFO
writing namespace_packages to 
src/zope.sqlalchemy.egg-info/namespace_packages.txt
writing top-level names to src/zope.sqlalchemy.egg-info/top_level.txt
writing dependency_links to src/zope.sqlalchemy.egg-info/dependency_links.txt
reading manifest file 'src/zope.sqlalchemy.egg-info/SOURCES.txt'
writing manifest file 'src/zope.sqlalchemy.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
  File setup.py, line 36, in module
'pysqlite',
  File /usr/lib/python2.6/distutils/core.py, line 152, in setup
dist.run_commands()
  File /usr/lib/python2.6/distutils/dist.py, line 975, in run_commands
self.run_command(cmd)
  File /usr/lib/python2.6/distutils/dist.py, line 995, in run_command
cmd_obj.run()
  File /usr/lib/python2.6/site-packages/setuptools/command/test.py, line 137, 
in run
self.with_project_on_sys_path(self.run_tests)
  File /usr/lib/python2.6/site-packages/setuptools/command/test.py, line 117, 
in with_project_on_sys_path
func()
  File /usr/lib/python2.6/site-packages/setuptools/command/test.py, line 146, 
in run_tests
testLoader = loader_class()
  File /usr/lib/python2.6/unittest.py, line 816, in __init__
self.parseArgs(argv)
  File /usr/lib/python2.6/unittest.py, line 843, in parseArgs
self.createTests()
  File /usr/lib/python2.6/unittest.py, line 849, in createTests
self.module)
  File /usr/lib/python2.6/unittest.py, line 613, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
  File /usr/lib/python2.6/unittest.py, line 587, in loadTestsFromName
return self.loadTestsFromModule(obj)
  File /usr/lib/python2.6/site-packages/setuptools/command/test.py, line 34, 
in loadTestsFromModule
tests.append(self.loadTestsFromName(submodule))
  File /usr/lib/python2.6/unittest.py, line 576, in loadTestsFromName
module = __import__('.'.join(parts_copy))
ValueError: Empty module name
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )