Re: [Zope3-Users] question about ftesting.zcml

2007-01-08 Thread Stephan Richter
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


[Zope3-Users] question about ftesting.zcml

2006-11-10 Thread Shailesh Kumar
Hi, 
A small question about functional testing. 

What is the purpose of ftesting.zcml ? Do I need to put something in
this file for running functional tests? Or it needs to have just
configure/configure? 

Thanx in advance.

With regards,
-shailesh

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users