-
Notifications
You must be signed in to change notification settings - Fork 273
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
Consolidate tests into a single folder #682
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
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 - @misko ftw
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.
Thanks @misko! We should look into enabling codecov again after this is merged
* add init to fix pytest * add init to fix pytest * fix ga workflow for test * add pyproject toml config to pytest * remove collect only from pytest
* add init to fix pytest * add init to fix pytest * fix ga workflow for test * add pyproject toml config to pytest * remove collect only from pytest Former-commit-id: 8dd42ab1d1b343e4a4e5422f8be88a6093e7a779
This PR moves tests from various sub folders into a structure under the root tests/ folder
This is a better way to test so that pytest does not accidentally add a parent folder into syspath that then gets imported directly vs through site-packages
It is necessary to add some init.py files to overcome instances where the basename file is present more than once in the directory tree