-
Notifications
You must be signed in to change notification settings - Fork 119
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: refactor test_main and test_storage #1199
test: refactor test_main and test_storage #1199
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.
Looking pretty reasonable. Just a few minor comments.
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.
Looking really great! A couple of very small comments.
I'm loving getting all that typing mess out of test_main :)
I have refactored the PR according to your reviews, also excluded mac-os python 3.9. Now tests are passing. Please take another look. |
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.
Works for me, thanks!
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!
Refactor test_storage and test_main to pytest style.
Before Refactor
test_main.py
:test_storage.py
:After Refactor
test_main.py
:Test cases number increased because of parametrize.
test_storage.py
:Unchanged.