-
Notifications
You must be signed in to change notification settings - Fork 621
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
tracking: improve test coverage #3713
Comments
Hello! |
Hi Paul! This task is best tackled in parts (one PR per sub-module). Which sub-modules would you like to tackle? |
Ok! I started digging in the csv sub-module so let csv be the first. Also I am intreseted in encoding and json. Which one of these two would you recommend for a beginner? |
Hello! I would like to work on some test coverage improvements. |
hi, I'm working on |
|
The test coverage of each of the following sub-modules is below 100% and can be improved:
decode()
test cases #5027 test(msgpack): add test cases forencode()
#5028Note: Deprecated APIs do not require additional tests. Removing unneeded functionality may be reasonable instead of increasing testing for some APIs.
The text was updated successfully, but these errors were encountered: