0 votes
in Python by
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
Ans is

assertListEqual

Related questions

0 votes
asked Jul 2, 2020 in Python by GeorgeBell
0 votes
asked Jun 30, 2020 in Python by GeorgeBell
...