Login
Remember
Register
Ask a Question
Which of the following method is used to check equality of two lists in a test, with unitest?
0
votes
asked
Jun 30, 2020
in
Python
by
GeorgeBell
Q. Which of the following method is used to check equality of two lists in a test, with unitest?
1. assertListEqual
2. assert
3. assertEqual
4. assertList
#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
assertListEqual
...