What is unittest in Python? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Resposta
+ 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