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
Which of the following method is used to catch exceptions in a test, with unittest?
Home
Python
Which of the following method is used to catch exceptions in a test, with unittest?
asked
Jun 30, 2020
in
Python
by
GeorgeBell
Q> Which of the following method is used to catch exceptions in a test, with unittest?
1). assertRaises
2). assertCatch
3). assert
4). assertException
#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 assertRaises
...