[ZPatterns] Unit Testing ZPatterns Apps

Roché Compaan sparroy@adept.co.za
Tue, 30 Oct 2001 11:44:51 +0200


I would really love to now if somebody has successfully done any
unit testing with TTW ZPatterns applications.

If not can somebody explain in which cases ZPatterns would give the
following error:

>     self.__dict__['_v_parent']
> KeyError: _v_parent

This happens when I try to test instance creation using ZUnit.  By
this is simply mean calling Specialist.newItem(key)

Roché