0 votes
in Python by
Q. What is the parent class from which a Test class has to be derived for running it with unittest?

1). unittest.Parent

2). unittest.unittest

3). unittest.ParentCase

4). unittest.TestCase

1 Answer

0 votes
by
Ans is

unittest.TestCase

Related questions

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