MCPcopy
hub / github.com/scrapy/scrapy / assertSortedEqual

Method assertSortedEqual

tests/test_item.py:10–11  ·  view source on GitHub ↗
(self, first, second, msg=None)

Source from the content-addressed store, hash-verified

8
9class TestItem:
10 def assertSortedEqual(self, first, second, msg=None):
11 assert sorted(first) == sorted(second), msg
12
13 def test_simple(self):
14 class TestItem(Item):

Callers 2

test_metaclassMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected