-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
inaccurate documentation #7336
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
Comments
Btw, I'm not sure if this is a documentation issue or a bug. |
I will grab this one, thanks |
Hii, I can see that this issue is not closed. Can I take this issue? |
@codeslash21 @symonk already opened #7350 for this (see the link above your comment). |
hay everybody, I know that I'm really new to contribute in open source project, so please help me with all your kindness. Can you tell me how I can contribute for this issue ?. Thanks a lot |
Feel free to take this, using my PR as a starting point 😀 I’m working on some other issues at the moment |
Hey, everyone. Is it ok if I try this out? Thanks! |
In https://docs.pytest.org/en/5.4.3/reference.html, under "log_file", it says: "Sets a file name relative to the pytest.ini file"
Instead, the log file is created relative to the directory where pytest was invoked.
I ran
pytest _test.py
in a subdirectory, with apytest.ini
a few directories above it, with the following config:A
pytest-logs.txt
was created in the directory where I ran pytest.I'm running:
pytest 5.4.3
macOs 10.15.4
The text was updated successfully, but these errors were encountered: