-
Notifications
You must be signed in to change notification settings - Fork 18.7k
fix(tests): add missing __init__.py to retrievers unit test directory #32421
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
base: master
Are you sure you want to change the base?
fix(tests): add missing __init__.py to retrievers unit test directory #32421
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub. |
CodSpeed WallTime Performance ReportMerging #32421 will not alter performanceComparing
|
CodSpeed Instrumentation Performance ReportMerging #32421 will not alter performanceComparing Summary
|
Hi team! This PR adds a missing init.py file in the retrievers unit test directory to ensure the tests are discoverable and follow standard structure. |
@harshamoole they are not |
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 can be an empty file
Hi team, Verifications:
This is a minimal, scoped fix. No additional dependencies or logic introduced. Ready for review when convenient. |
CI still failing |
Description:
This PR adds a missing
__init__.py
file to theretrievers
unit test directory to ensure it is recognized as a proper Python package. This helps in test discovery and improves modular structure.Issue:
Closes [insert issue number here if any, or write "Not linked to a specific issue."]
Dependencies:
None
Twitter handle:
N/A