What is unittest in Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

What is unittest in Python?

3rd Jul 2019, 8:17 AM
Divyanshu Singh
Divyanshu Singh - avatar
3 Answers
+ 3
Unit testing is the same concept on any language. The most difficult part is to define what do you want to define as a unit on your code, to be tested. Some could say that is a function/method, others can say it is a feature or other piece of code. Search for "Martin Fowler unit test"
3rd Jul 2019, 10:00 AM
NunoJS
3rd Jul 2019, 2:35 PM
$ยข๐Žโ‚น๐”ญ!๐จ๐“
$ยข๐Žโ‚น๐”ญ!๐จ๐“ - avatar
+ 1
Check it above for some idea
3rd Jul 2019, 2:35 PM
$ยข๐Žโ‚น๐”ญ!๐จ๐“
$ยข๐Žโ‚น๐”ญ!๐จ๐“ - avatar