-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Correctly hide calltip when matching closing parenthesis #3984
Conversation
7cc2a44
to
8f8cd5c
Compare
@dalthviz, this has merge conflicts. Please merge with |
spyder/app/tests/test_mainwindow.py
Outdated
"""Hide the calltip in the editor when a matching ')' is found.""" | ||
# Load test file | ||
text = 'a = [1,2,3]\n(max' | ||
test_file = osp.join(LOCATION, 'edit_calltip.py') |
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.
@dalthviz, can't we get rid of this file and use instead an empty file?
The test you added is hanging on Linux and PyQt5. Please skip it when those conditions are met. |
@dalthviz, I think this is ready. The failure in CircleCI is unrelated to your work and I'm fixing it in another PR. |
Fixes #3967