Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

what are test cases in python

#test case  test case is the individual unit of testing. It checks for a specific response to a particular set of inputs. unittest provides a base class, TestCase, which may be used to create new test cases.
 
PREVIOUS NEXT
Tagged: #test #cases #python
ADD COMMENT
Topic
Name
1+1 =