Question 461: What is the purpose of the@classmethoddecorator in a Python test class?
tcs
wipro
infosys
general
aptitude
testing
python-programming
The@classmethoddecorator in a Python test class is used to mark a method as a class method, allowing it to be called on the class itself rather than an instance.