[Zope3-checkins] Re: CVS: Zope/lib/python/persistent/tests -
persistent.txt:1.1 test_persistent.py:1.3
Philipp von Weitershausen
philipp at weitershausen.de
Wed Mar 3 05:40:03 EST 2004
Jeremy Hylton wrote:
> Update of /cvs-repository/Zope/lib/python/persistent/tests
> In directory cvs.zope.org:/tmp/cvs-serv11278/tests
>
> Modified Files:
> test_persistent.py
> Added Files:
> persistent.txt
> Log Message:
> Convert unittest tests into a single doctest file.
>
> I've included some code to convert a text file containing doctest
> tests into a unittest.TestCase. This code wants to be generic, but
> I'm not sure if it's simple enough yet.
>
> ...
>
> -class PersistentTest(Test):
> - klass = P
> - has_dict = 1
> - ...
Jeremy,
A Zope3 test is failing now because the PersistentTest class is imported
by Zope3/src/zope/app/utilities/tests/test_schemautilitypersistence.py
Philipp
More information about the Zope3-Checkins
mailing list