-
-
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
Change --junit-xml=path
to accept directories or change help text.
#2089
Comments
I think we should warn the user that the option must be a filename and not an existing directory, similar that what was done in #2080. The check would have to reside somewhere in |
Well, it seems that Check the diff in #2097, if it isn't acceptable, I can add the specific warning. |
I was working on #595 and ran into this.
When running:
I receive a
IsADirectoryError: [Errno 21]
error.What I need to pass to make this work is:
Could
--junit-xml=.
default to create some report file?Otherwise, should the help text be altered to highlight that it must be a file name?
The text was updated successfully, but these errors were encountered: