Login
Remember
Register
Ask a Question
Which of the following decorator need to be used while working with setUpClass and tearDownClass fixtures?
0
votes
asked
Jun 30, 2020
in
Python
by
GeorgeBell
Q. Which of the following decorator need to be used while working with setUpClass and tearDownClass fixtures?
1). @classmethod --
2). @classfixture
3). @classtest
4). @testclass
#python
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 30, 2020
by
GeorgeBell
Ans is @classmethod
...