Files
pytest2/doc
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-08-27 11:43:46 +02:00
2009-08-18 19:04:57 +02:00
2009-10-28 19:51:20 +01:00
2009-09-06 16:59:39 +02:00
2009-08-18 19:04:57 +02:00
2009-08-19 17:12:02 +02:00
2009-10-03 01:11:04 +02:00