-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Testing] Adding unit tests to all classes and functions in types.py #7
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.
Only a few comments in the qadence2_ir/types.py, but nothing critical.
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. Minor comments. Will approve once resolved.
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.
Good work with the tests. Minor things to reach agreement and move on
Hi all, thanks for the initial review. I've pushed some extra tests to cover the full types.py file. I've chanced the scope of this PR to only cover tests for that file. PRs for the other files will follow. Would be nice if you could review again, so we can proceed with merging. |
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 @pimvenderbosch. Minor comments.
Currently not al classes and functions are properly tested. This PR introduces unit tests to cover the full code base.