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é