holger krekel 86fc12dd15 resolves issue #59
resolves issue #48

Have the path.pyimport() helper raise an EnvironmentError if an
import of a given file returns a module that does not appear to
be coming from the actual path.  E.g. for a directory layout like this:

    a / test_whatever.py
    b / test_whatever.py

calling py.path.local("b/test_whatever.py").pyimport() will
fail if the other globally scoped test_whatever module was
loaded already.

--HG--
branch : trunk
2009-10-28 19:51:20 +01:00
2009-10-28 19:51:20 +01:00
2009-10-28 19:51:20 +01:00
2009-10-28 19:51:20 +01:00
2009-10-08 13:38:31 +02:00
2009-10-03 01:11:04 +02:00
2009-08-20 16:41:44 +02:00
2009-10-03 01:11:04 +02:00
2009-08-26 22:57:06 +02:00

The py lib is a Python development support library featuring 
the following tools and modules:

* py.test: tool for distributed automated testing
* py.code: dynamic code generation and introspection
* py.path:  uniform local and svn path objects 

For questions and more information please visit http://pylib.org
Description
No description provided
Readme 48 MiB
Languages
Python 100%