I'm developing a product with three Classes.

The first two run well and passed the unittest. However, the third one is the same as the other 2 classes except I changed a Byte field to a TextLine. However, this field is not included in the tests at all.

I cannot pass the test for the new Class and have AssertionError. I found a msg said that we should not run the test as root:

http://www.mail-archive.com/zope3-users@zope.org/msg00398.html

Is it true we shouldn't run tests as root? if so, why?

Thanks
Arthur


_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to