-
Notifications
You must be signed in to change notification settings - Fork 449
test: remove unnecessary fixture dependency #5723
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
test: remove unnecessary fixture dependency #5723
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Docker builds report
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5723 +/- ##
=======================================
Coverage 97.77% 97.77%
=======================================
Files 1255 1255
Lines 44317 44317
=======================================
Hits 43331 43331
Misses 986 986 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
All changes LGTM, with one extremely minor comment.
Changes
Removes the unnecessary dependency on the
environment
fixture in thefeature
fixture.There were a few issues that arose from this that needed fixing - some were legitimate bugs that were picked up by this change, but others were just poorly written tests. Note that in resolving some of the resulting issues in the github integration logic, I also resolved a few typing issues that I noticed.
How did you test this code?
Ran the test suite.