--- you can reply above this line ---
New issue 116: ImportMismatchError or ImportError encountered running py.test
--doctest-modules with a package present
http://bitbucket.org/hpk42/py-trunk/issue/116/importmismatcherror-or-importerror-encountered-running-pytest-doctest-modules-with-a-package
Jason R. Coombs / jaraco on Fri, 3 Sep 2010 16:23:26 +0200:
Description:
To simply reproduce in py==1.3.3:
{{{
mkdir package; touch package/__init__.py; py.test --doctest-modules
}}}
Results in the attached error messages (different on linux and Windows).
running `py.test --doctest-modules package` seems to work around the issue.
Responsible:
hpk42
--
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.
_______________________________________________
py-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/py-dev