- 1
Can anyone give unit test code for this code ? Please
2 Respuestas
+ 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 ,
+ 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