Can anyone give unit test code for this code ? Please | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Can anyone give unit test code for this code ? Please

https://code.sololearn.com/cAwYPRXIn5fo/?ref=app

4th Jun 2020, 1:19 PM
Yabesh Sam
Yabesh Sam - avatar
2 Answers
+ 3
Why should anyone give you? This platform is for self learning ,make your own efforts to search about what is unit testing and how it is done(specifically in python),I shudn't even write all this as it is obvious thing . Just you will get someone to answer anything doesn't means you can misuse this thread ,
4th Jun 2020, 1:26 PM
Abhay
Abhay - avatar
+ 2
Input is a dictionary and the dictionary has key and value In this code the input dictionary taken by a function as an argument and the function used to sum the values for all keys in a dictionary and return the summation Sum= 85+42+53+60+35=275
4th Jun 2020, 1:30 PM
Muhammad Galhoum
Muhammad Galhoum - avatar