+1 vote
in Python by (4.5k points)

Q. Which of the following are the function level fixtures available in pytest?

A. setup, teardown

B. setupFunction, teardownFunction

C.setup_function, teardown_function  

D. setUpFunction, tearDownFunction

1 Answer

0 votes
by (4.5k points)
Ans is

setup_function, teardown_function

Related questions

...