How can I assert lists equality with pytest
See this: Note: You can simply use the assert statement for asserting test expectations. pytest’s Advanced assertion introspection will intelligently report intermediate values of the assert expression freeing you from the need to learn the many names of JUnit legacy methods. And this: Special comparisons are done for a number of cases: comparing long strings: … Read more