-
Notifications
You must be signed in to change notification settings - Fork 31
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
Added unit test for error handling. #9
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.
Please add unit tests for 2 functions of your choice, 1 in src/services/suite.py and 1 in src/services/kill.py. Also, please sign your commit using: git commit -s
. Great work!
Sure will do that ! Thanks for suggestions. |
Signed-off-by: Med16-11 <[email protected]>
Done @kamoltat . I will now start working on the recommended unit cases. |
@kamoltat @amathuria I have completed by second task. |
Hello mentors @kamoltat @amathuria Screenshot |
Hello mentors ! @kamoltat @zmc @amathuria
I have added a unit test for error handling as mentioned in task 2 for Outreachy applicant.
Please review the PR and let me know the changes that are required. Thank you.