Join Now
Home Aptitude Reasoning DI VA GK CA CA Hindi Quiz Placements
cProfile
timeit
memory_profiler
all of the above
PyLint
Flake8
Bandit
A location in the code where the program stops running
A location in the code where the program starts running
A location in the code where the program outputs a message
A location in the code where the program skips a line
A log of program execution
A message displayed to the user
A report on code coverage
A mock object used in testing
logging
log
logger
unittest.mock
pytest-mock
mockito
An object that simulates the behavior of a real object in a controlled way
An object that is used to bypass security measures in a program
An object that is used to test network connections
An object that is used to generate random data for testing
unittest
pdb
pytest
selenium
What is a unit test in Python?
A test that verifies the entire system
A test that verifies a single function or module
A test that verifies the user interface
A test that verifies the database