Which of the following decorator is used to assign user defined setup and tear down functions to a test function, while using nose?

Questions & AnswersCategory: Programming LanguageWhich of the following decorator is used to assign user defined setup and tear down functions to a test function, while using nose?
Adam asked 2 years ago

Which of the following decorator is used to assign user defined setup and tear down functions to a test function, while using nose?
a. @setup
b. @use_setup
c. @use
d. @with_setup