-
-
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: Add more tests for the main window #4110
Conversation
d61f97e
to
0da85ed
Compare
# Perform the test | ||
# Note: There's always one file open in the Editor | ||
editorstack = main_window.editor.get_current_editorstack() | ||
assert editorstack.get_stack_count() == 2 |
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 test fails when there are previous files open in Spyder (in a previous session)
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.
It's meant to be run in CIs. We could skip it if we're not running it not in a CI.
This adds a test for issue #4085 and also for running cells and files.