MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / assertSequenceEqual

Method assertSequenceEqual

Lib/unittest/case.py:625–726  ·  view source on GitHub ↗

An equality assertion for ordered sequences (like lists and tuples). For the purposes of this function, a valid ordered sequence type is one which can be indexed, has a length, and has an equality operator. Args: seq1: The first sequence to compare.

(self, seq1, seq2, msg=None, seq_type=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

assertListEqualMethod · 0.95
assertTupleEqualMethod · 0.95
testEqualityMethod · 0.80

Calls 8

_truncateMessageMethod · 0.95
_formatMessageMethod · 0.95
failMethod · 0.95
safe_reprFunction · 0.85
capitalizeMethod · 0.80
splitlinesMethod · 0.80
pformatMethod · 0.80
joinMethod · 0.45

Tested by 2

testEqualityMethod · 0.64