-
-
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
Fix #3441 let mark expressions be populated from the modern marker storage #3442
Fix #3441 let mark expressions be populated from the modern marker storage #3442
Conversation
RonnyPfannschmidt
commented
May 3, 2018
•
edited
Loading
edited
- a test demonstrating it
testing/test_mark.py
Outdated
deselected_tests = dlist[0].items | ||
assert len(deselected_tests) == 1 | ||
|
||
# keywords smear |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the intended behavior or just demonstrated an unwanted behavior that we plan to fix in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is intended behaviour - i hope to kill keywords in a breaking release ^^ but thats a few years down the line as its not clear how to replace them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK thanks for the clarification. Would you mind add this explanation as a code comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
(Btw I don't think adding "Fix #" in the PR title does anything, I think it needs to appear in the description body) |
88f84f5
to
e6a86e0
Compare