Login
Remember
Register
Ask a Question
Q. Which of the following decorator is used to skip a test if a given condition is false, with unittest?
0
votes
asked
Jun 30, 2020
in
Python
by
GeorgeBell
Q. Which of the following decorator is used to skip a test if a given condition is false, with unittest?
a). unittest.skipIf
b). unittest.skipUntil
c). unittest.skipUnless
d). unittest.skip
#python
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...