in Python by (5.1k points)
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

1 Answer

0 votes
by (5.1k points)
Ans is

assertListEqual

Related questions

0 votes
asked Jul 2, 2020 in Python by GeorgeBell (5.1k points)
0 votes
asked May 15, 2019 in Python by Derya (515 points)
0 votes
asked Jul 14, 2020 in Python by GeorgeBell (5.1k points)
...