in Python by (5.1k points)
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 (5.1k points)
Ans is @classmethod

Related questions

+1 vote
asked Jul 16, 2020 in Python by GeorgeBell (5.1k points)
0 votes
asked Jul 2, 2020 in Python by GeorgeBell (5.1k points)
0 votes
asked May 17, 2019 in Python by Derya (515 points)
...