-
Notifications
You must be signed in to change notification settings - Fork 18
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
Unit test coverage #42
Comments
Hi @Arraxx , Thanks for raising it, we were planning to add more test cases as well. Would you like to take this one up? |
Yes, Please assign it to me @Rohan-cod |
Okay. Good luck @Arraxx . Feel free to reach out if you have any questions. Looking forward to your contributions. |
sir can i work on this issue for gsoc @Rohan-cod |
@MadJokkerr, we appreciate and welcome new contributors to the project. This specific issue has been assigned to @Arraxx already. I would suggest, going through the codebase thoroughly and identifying some issues (you'll definitely find some) and we'll be adding some issues in the near future too. There's a lot that can be improved, so there won't be a shortage of issues to work on. All the best and we're looking forward to your contributions. |
Issue:
There are a lot of functions in the common.py file which don't have unit tests. Currently, only the is_int function is tested
Solution:
Unit tests for the other testable functions should be added
The text was updated successfully, but these errors were encountered: