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

setup_function, teardown_function

Related questions

+1 vote
asked Jul 16, 2020 in Python by GeorgeBell (5.2k points)
0 votes
asked Jul 2, 2020 in Python by GeorgeBell (5.2k points)
0 votes
asked Jul 10, 2020 in Python by GeorgeBell (5.2k points)
...