-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
doctest does not consider usefixtures in pytest.ini #275
Labels
type: bug
problem that needs to be addressed
Comments
Original comment by Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt): doctest does not support fixtures as of now |
Original comment by holger krekel (BitBucket: hpk42, GitHub: hpk42): @RonnyPfannschmidt doctest provide "getfixture" to access fixtures these days. Providing "usefixtures" makes sense, subsequently. |
pytestbot
pushed a commit
that referenced
this issue
Jun 15, 2015
change test module importing behaviour to append to sys.path
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: Takafumi Arakaki (BitBucket: tkf, GitHub: tkf)
Running
py.test
with the following files fail:pytest.ini
:conftest.py
:test_env.py
:Normal test passes but doctest fails:
The text was updated successfully, but these errors were encountered: