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

Related questions

0 votes
asked Jun 30, 2020 in Python by GeorgeBell
0 votes
asked Jul 2, 2020 in Python by GeorgeBell
...