Which of the following statements describe a Class?
Which of the following statements describe a Module?
In the statement import employee as emp
what is the import alias?
Which of the following benefits does modularization provide?
What python keyword makes it possible for modules to interact with each other?
When does a Python module's __name__
get set to __main__
?
What is the purpose of setup
function?
What is the following describe the purpose of the teardown
function?
What is the name of a library used for unit testing in Python?
What does the mock import provide for unit testing?