Answer Posted / glibwaresoftsolutions
Python's unit test provides a framework for unit testing. It facilitates the sharing of test setup and shutdown code, test automation, test collection aggregation, and test independence from the reporting system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Should I learn python before c?
What is oops in python?
Whats the difference between input() and raw_input()?
What are the two ways to use python interpreter?
What is python xrange?
How can you explicitly free memory in python?
What is typecasting in python?
What is the difference between re.search and re.match?
Differentiate between deep and shallow copy?
How to comment multiple lines in python?
What is unboundlocalerror in python?
Do you always need a default constructor?
python is case sensitive ?
How do you check the presence of the key in python dictionary?
How to retrieve data from a table in mysql database through python code?