0 votes
in Python by

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

@use

@use_setup ---xxx

@with_setup

@setup

...