[Zope3-dev] Enhancement proposal for the HomeFolderManager

Florian Lindner mailinglists at xgm.de
Fri Apr 8 14:46:43 EDT 2005


Am Freitag, 8. April 2005 14:28 schrieb Stephan Richter:
> On Friday 08 April 2005 14:23, Florian Lindner wrote:
> > Ok, they seem to pass!
> >
> > Hurra!  :-):-)
>
> Now you just have to add tests for your new code. :-)

The tests I've added in the README.txt are not sufficient?

  >>> manager.autoCreateAssignment = True
  >>> homeFolder = manager.getHomeFolder('florian')
  >>> 'florian' in manager.assignments
  True
  >>> 'florian' in baseFolder
  True


They pass without problems.

Florian


More information about the Zope3-dev mailing list