Login
Remember
Register
Ask a Question
What is the parent class from which a Test class has to be derived for running it with unittest?
0
votes
asked
Jun 30, 2020
in
Python
by
GeorgeBell
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
#python
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 30, 2020
by
GeorgeBell
Ans is
unittest.TestCase
...