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 check equality of two lists in a test, with unitest?
Home
Python
Which of the following method is used to check equality of two lists in a test, with unitest?
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
...