[Zope3-Users] Question about README.txt files

Kent Tenney ktenney at gmail.com
Mon May 4 16:42:36 EDT 2009


On Mon, May 4, 2009 at 9:02 AM, Stephan Richter
<srichter at cosmos.phy.tufts.edu> wrote:
> On Monday 04 May 2009, Kent Tenney wrote:
>> Where do the helpers like ls, cat and write live?
>>
>> >>> ls(sample_buildout)
>> >>> cat(sample_buildout, 'buildout.cfg')
>> >>> write(sample_buildout, 'recipes', 'mkdir.py',
>
> Usually in tests.py or tests/test_*.py. They are added to the globals that are
> available in the test.

ok, for buildout, tests.py imports testing.py, which defines the helpers

So the magic in *.txt is ad-hoc for each package?

Thanks,
Kent
>
> Regards,
> Stephan
> --
> Stephan Richter
> Web Software Design, Development and Training
> Google me. "Zope Stephan Richter"
>


More information about the Zope3-users mailing list