On Friday 10 November 2006 10:07, Shailesh Kumar wrote:
> A small question about functional testing.
>
> What is the purpose of ftesting.zcml ?

It loads some directives that you only want to be available during functional 
tests. For example, it creates special principals, so that the tests are 
always the same. We are also often registering package-specific extensions by 
placing pacakge.path-ftesting.zcml files into package-includes. This is 
useful to register fake Mailing or Relation Database Adapter utilities.

> Do I need to put something in this 
> file for running functional tests? Or it needs to have just
> <configure></configure>?

Just leave it as it is.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to