0 votes
in Python by
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

1 Answer

0 votes
by
Ans is @classmethod

Related questions

+1 vote
asked Jul 16, 2020 in Python by GeorgeBell
0 votes
asked Jul 2, 2020 in Python by GeorgeBell
...