0 votes
in Python by (4.5k points)

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

Related questions

...