Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Q. Which of the following decorator is used to skip a test if a given condition is false, with unittest?
Home
Python
Q. Which of the following decorator is used to skip a test if a given condition is false, with...
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
...