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
...