Computer Science, asked by danishmahajan6682, 8 months ago

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

Answers

Answered by bsainathreddy4
0

Answer:

hi

Explanation:

I'm using google app engine with python and want to run some tests using nosetest. I want each test to run the same setup function. I have already a lot of tests, so I don't want to go through them all and copy&paste the same function. can I define somewhere one setup function and each test would run it first?

Similar questions