What is unittest in Python? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 10

What is unittest in Python?

3rd Jul 2019, 8:17 AM
Divyanshu Singh
Divyanshu Singh - avatar
3 Réponses
+ 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