Login
Remember
Register
Ask a Question
Which of the following method is used to catch exceptions in a test, with unittest?
0
votes
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
...