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 |
||
|---|---|---|
| _py | ||
| bin-for-dist | ||
| contrib | ||
| doc | ||
| example | ||
| hacking | ||
| py | ||
| testing | ||
| .hgignore | ||
| .hgtags | ||
| AUTHORS | ||
| CHANGELOG | ||
| LICENSE | ||
| MANIFEST.in | ||
| README.txt | ||
| conftest.py | ||
| setup.py | ||
README.txt
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