-
Notifications
You must be signed in to change notification settings - Fork 107
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
Remove iEverest #9097
Remove iEverest #9097
Conversation
8b7ebae
to
65d92fc
Compare
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.
LGTM! Two small comments to look at.
ci/testkomodo.sh
Outdated
-m "not requires_eclipse and not ui_test" | ||
xvfb-run -s "-screen 0 640x480x24" --auto-servernum python -m pytest tests/everest -s -m "ui_test" | ||
-m "not requires_eclipse" | ||
xvfb-run -s "-screen 0 640x480x24" --auto-servernum python -m pytest tests/everest -s |
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 the xvfb
still needed?
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 should not be needed no. Will try and remove
src/everest/bin/main.py
Outdated
ieverest_entry(args) | ||
"""Start the graphical user interface (Deprecated)""" | ||
print( | ||
"The gui command has been deprecated. Please use the run command instead." |
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 not really deprecated, right? It is removed.
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.
You are correct. I will change the text
95691cb
to
602a4f5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9097 +/- ##
==========================================
- Coverage 90.72% 90.67% -0.06%
==========================================
Files 350 350
Lines 21783 21783
==========================================
- Hits 19763 19752 -11
- Misses 2020 2031 +11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Issue
Resolves #8907
Approach
🔪
(Screenshot of new behavior in GUI if applicable)
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable