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

Method assertSetEqual

Lib/unittest/case.py:757–798  ·  view source on GitHub ↗

A set-specific equality assertion. Args: set1: The first set to compare. set2: The second set to compare. msg: Optional message to use on failure instead of a list of differences. assertSetEqual uses ducktyping to support diff

(self, set1, set2, msg=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testAssertSetEqualMethod · 0.80

Calls 5

failMethod · 0.95
_formatMessageMethod · 0.95
differenceMethod · 0.45
appendMethod · 0.45
joinMethod · 0.45

Tested by 1

testAssertSetEqualMethod · 0.64