+1 vote
in Python by

Q. Which of the following are the module level fixtures of unittest framework?

a. setUPmodule, tearDOWNmodule

b. setUpModule, tearDownModule ----

c. setup_Module, teardown_Module

d. setupModule, teardownModule

1 Answer

0 votes
by
Ans is

setUpModule, tearDownModule

Related questions

0 votes
asked May 17, 2020 in Python by sharadyadav1986
0 votes
asked Jun 30, 2020 in Python by GeorgeBell
...