-
-
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
--junitxml does not accept ~ in the filename #44
Labels
type: bug
problem that needs to be addressed
Comments
Original comment by Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt): use os.path.expanduser/expandvars on the junitxml path for convience, fixes #44 |
This was referenced Aug 29, 2017
mgorny
pushed a commit
to mgorny/pytest
that referenced
this issue
May 27, 2023
This hangs indefinitely on macOS for an unknown reason
mgorny
pushed a commit
to mgorny/pytest
that referenced
this issue
May 27, 2023
Fix pytest-dev#44 - don't try to bind a random port.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: Floris Bruynooghe (BitBucket: flub, GitHub: flub)
--junitxml does not accept filenames like "~~/junit.xml" or "$HOME/junit.xml" etc. I think there is little harm in calling os.path.expandvars() and os.path.expanduser() on the filename passed in.
The text was updated successfully, but these errors were encountered: