What is a unit test in Python?



What is a unit test in Python?..

Answer / nashiinformaticssolutions

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

More Python Interview Questions

does recursion cause any trouble?

0 Answers  


Why is it important?

0 Answers  


What are the supported data types in python?

0 Answers  


What are the differences between the threading and multiprocessing in python?

0 Answers  


Name some of the important modules that are available in python.

0 Answers  






how do I protect python code?

0 Answers  


How can you copy an object in Python?

0 Answers  


Please explain when is the python decorator used?

0 Answers  


How to convert a list into a tuple?

0 Answers  


Different file processing modes supported by python?

0 Answers  


What are views in python?

0 Answers  


How to share global variables across modules?

0 Answers  


Categories