+1 vote
in Python by

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
Ans is

setup_function, teardown_function

Related questions

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