-
Notifications
You must be signed in to change notification settings - Fork 7
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 controller tests to use flask_app_fixture (PP-893) #1634
Refactor controller tests to use flask_app_fixture (PP-893) #1634
Conversation
1a585d2
to
6bcde83
Compare
6bcde83
to
975dfbe
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1634 +/- ##
=======================================
Coverage 89.61% 89.61%
=======================================
Files 247 247
Lines 28954 28952 -2
Branches 6608 6608
=======================================
- Hits 25946 25945 -1
+ Misses 2025 2024 -1
Partials 983 983
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.
🚀
Description
Refactor tests to use the new flask_app_fixture defined in #1632. Remove a couple uses of the
SettingsController
class.This cleanup was done in anticipation of the removal of the ExternalIntegration, ConfigurationSettings and SettingsController classes in a future PR.
Motivation and Context
Cleanup for PP-4 now that almost everything has been converted to use integration settings.
How Has This Been Tested?
Running tests in CI.
Checklist