On Mon, Mar 23, 2009 at 06:21, Tim Knapp <duf...@kokorice.org> wrote:
> Hi, > > I would like to override the DateTime.DateTime class within my > functional tests. I have tried mocking (via mocker) and injecting the > subclassed DateTime class into sys.modules (results in a > TraversalError). The fartherest I've gotten is to set DateTime.DateTime > = MySubclassedDateTime in my tests.py, which does work for the code > 'within' the package(s) I'm testing but all the Zope core code (i.e. the > instance created within PloneTestCase) is still referencing the global > DateTime module. Has anyone successfully done this? What is the particular usecase? Zope has a very strong dependency from DateTime in various places. So there is almost no compatible way for getting rid of it or for replacing it. So why? -aj P.S. we don't like cross-postings - posting to one list is enough
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )