Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 240 Bytes

File metadata and controls

8 lines (4 loc) · 240 Bytes

python_unit_test

Testing the code is as important as writing the code.

You have written a code but what if it is not tested well in different circumtances, then your code is just exception.

So, Testing the code using Python testing.