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

What is unittest in Python?

You know please give Answer. don't give worry answer...Please..

13th Jun 2018, 11:03 AM
Shuva Raz Islam
Shuva Raz Islam - avatar
1 Answer
+ 1
unittest- unit testing frame work The Python unit testing framework, sometimes referred to as “PyUnit,” is a Python language version of JUnit, by Kent Beck and Erich Gamma. JUnit is, in turn, a Java version of Kent’s Smalltalk testing framework. Each is the de facto standard unit testing framework for its respective language. unittest supports test automation, sharing of setup and shutdown code for tests, aggregation of tests into collections, and independence of the tests from the reporting framework. The unittest module provides classes that make it easy to support these qualities for a set of tests.
13th Jun 2018, 1:07 PM
C.Gowthami
C.Gowthami - avatar