-
-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
path issue with -m doctest #256
Comments
Original comment by James Tauber (Bitbucket: jtauber, GitHub: jtauber) Possibly relevant: if I create a So it is as if |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by James Tauber (Bitbucket: jtauber, GitHub: jtauber)
I have a doctest in a separate .rst that I am able to run with
(where
foo.rst
includes animport foo
in it andfoo.py
is alongsidefoo.rst
in the directory).However, when I attempt
the tests all fail (and no coverage data is collected) because doctest is unable to import foo.
The text was updated successfully, but these errors were encountered: