[py-dev] any chance of py working from a zip?
Kevin Dangoor
dangoor at gmail.com
Tue Jul 12 18:28:55 CEST 2005
On 7/12/05, Kevin Dangoor <dangoor at gmail.com> wrote:
> Does py.test require access to things that would be in the zipfile
> beyond the default configuration? I'm curious to know how much work
> would be required to get py.test running from a zip...
Actually, setuptools conveniently answers this question for me.
py.initpkg: module references __file__
py.initpkg: module references __path__
py.code.code: module references __path__
py.code.source: module MAY be using inspect.getsource
py.compat.doctest: module references __file__
py.compat.doctest: module MAY be using inspect.getsourcefile
py.compat.testing._findpy: module references __file__
py.compat.testing.test_doctest2: module references __file__
py.execnet.register: module references __file__
py.execnet.register: module MAY be using inspect.getsource
py.execnet.register: module MAY be using inspect.trace
py.execnet.testing.test_gateway: module MAY be using inspect.getsource
py.magic.autopath: module references __file__
py.magic.autopath: module references __path__
py.magic.greenlet: module references __file__
py.magic.testing.test_autopath: module references __file__
py.misc._dist: module references __file__
py.misc.testing.test_initpkg: module references __file__
py.path.common: module references __file__
py.path.common: module references __path__
py.path.extpy.extpy: module references __file__
py.path.extpy.extpy: module MAY be using inspect.findsource
py.path.local.local: module references __file__
py.test.item: module MAY be using inspect.stack
py.test.terminal.terminal: module references __file__
py.test.terminal.terminal: module MAY be using inspect.getsource
Kevin
More information about the py-dev
mailing list