|
From: Andreas J. <an...@an...> - 2002-11-14 19:14:54
|
I am currently thinking about checking the docutils tests into
the zope core but I have currently three problems with that:
- not all tests pass (latest docutils checkout)
- the tests do not support Zope testrunner (a script that searches
for test*.py files containing test_suite() method that return
an instance of unittest.makeSuite())
- the test reside currently outside the docutils package instead
inside the package (as most Zope packages do).
Zophistas love unittests and it would be a shame to leave them out.
Any ideas?
Andreas
---------------------------------------------------------------------
- Andreas Jung http://www.andreas-jung.com -
- EMail: andreas at andreas-jung.com -
- "Life is too short to (re)write parsers" -
---------------------------------------------------------------------
|