[Zope] How to access the content of a file in a test suite in a portable way
Peter Bengtsson
peter at fry-it.com
Wed Sep 17 06:58:14 EDT 2008
>From within the product class you can do this:
from Globals import package_home
class MyProduct(...):
meta_type = '...'
def do_something(self):
print package_home(globals())
2008/9/17 Marco Bizzarri <marco.bizzarri at gmail.com>:
> Hi all.
>
> I'm writing a number of acceptance tests where I need to compare
> whether the content of a text file is equals to another file.
>
> The comparision files are in a subdirectory of the acceptance test
> directory itself, therefore, once I know where my product is on the
> filesystem, I can access the test files from there.
>
> What is the accepted way to do know the directory of a product?
>
> Regards
> Marco
>
> --
> Marco Bizzarri
> http://notenotturne.blogspot.com/
> http://iliveinpisa.blogspot.com/
> _______________________________________________
> Zope maillist - Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
>
--
Peter Bengtsson,
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com
More information about the Zope
mailing list