-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
pytest 2.6 remove some strings in pathname #544
Comments
Original comment by Floris Bruynooghe (BitBucket: flub, GitHub: flub): Uh, I consider this rather bad. I think it's caused by https://bitbucket.org/hpk42/pytest/commits/6fa216bce897473c4abc86e18aaf502e65d39130 which we should either fix or revert for 2.6.1 I guess... |
Original comment by Floris Bruynooghe (BitBucket: flub, GitHub: flub): I would propose to change the output of --verbose to be the actual node ID itself, i.e. losing the line number alltogether. The line number and filename are still retrievable from the traceback info anyway. Also I think for the original issue would it not make sense to have the full node ID in the header of the failure report? If dropping the line numbers from -v is not acceptable I'd suggest reverting the -v output change and only showing the node ID in the report header. |
Originally reported by: BitBucket: mapi, GitHub: mapi
in pytest 2.6
If pathname include '@[0-9]' , these strings would removed.
here is some sample.
mycode@abc/test
is works, butmycode@2/test
replacedmycode/test
The text was updated successfully, but these errors were encountered: