-
Notifications
You must be signed in to change notification settings - Fork 37
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
TST: Reorganize the entire test module. #771
Conversation
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 good! Thanks for the effort here! We should double check the unit test coverage results before merging to make sure everything lines up with expectations
@AdamTheisen So some of the tests break due to overlap in naming, I suggest and changed the names of overlapping test to match the module so test_arm.py in io and test_arm.py in qc, now test_arm.py in qc is test_arm_qc.py to fix the overlap. |
Reorganize test module so that each module has its own test file. This allows for separation and easier debugging. Also fixed a few functions missing from init.py 's and broken tests etc.