-
Notifications
You must be signed in to change notification settings - Fork 110
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
Refactor Everest tests using snake_oil configs #9409
Conversation
6b47307
to
748e279
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9409 +/- ##
==========================================
+ Coverage 91.85% 91.87% +0.01%
==========================================
Files 433 433
Lines 26661 26656 -5
==========================================
Hits 24489 24489
+ Misses 2172 2167 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Looks very good! Massive cleanup! 🧹
b535e4f
to
d5a65ba
Compare
385d7dc
to
98d86db
Compare
98d86db
to
a750f89
Compare
This converts to fixture and removes duplicate tests
a750f89
to
1eec651
Compare
Issue
Resolves #my_issue
Approach
Short description of the 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