-
Notifications
You must be signed in to change notification settings - Fork 12
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 cases for check_result.py #163
base: main
Are you sure you want to change the base?
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.
LGTM
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, tested on Ubuntu.
LGTM, tested on Windows |
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.
Test cases for check_result.py
Description
This PR provides test cases written for the check_result.py file. This PR should be checked by entering the
test/check_result
branch and running the commandpytest
. If all tests pass then this PR can be approved.Linked Issues
#162
closes: #162
Type of Change
Contributors
Reminder
Here is a terminal view of the test coverage before
test_check_result.py
file:Here is a terminal view of the test coverage after
test_check_result.py
file:Here is a terminal view to show all test cases are passing: