-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Full diff for list of strings wrong for multi-line string #10863
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
I will try to implement a solution in my own fork and hopefully make a PR for it. Is there any way to officially "claim" this issue? |
I assigned you to it @HSamiul, so that's official :) |
Hi! I am trying to understand the codebase as I work on this issue and something I'm struggling with is navigating the codebase to find the right file(s) to change in order to implement a solution to this issue. Is there a guide anywhere that discusses how to navigate the repository to find where certain functionality/code is located? In my case, I'd be looking for the file(s) that format the diff-output to a terminal. I have done a little digging around and read the On another note, if you have any advice for learning the codebase in general (code patterns, etc.), advice on that would be greatly appreciated. Thanks! |
Hi! My teammate @JamieC2002 and I are currently working on this issue and think we might have implemented a solution. Can we officially claim this issue since it seems like the previous PR has not been updated for a while? Thanks! |
…ated to issue pytest-dev#10863 to account for new changes from main
When running this snippet using
pytest -v test.py
, the full diff output confuses me and I believe the first item with a "-" is wrong there.Output:
Compare with single-line string
Details
OS: mac OS 13.2.1
Python: 3.9.6
The text was updated successfully, but these errors were encountered: