MCPcopy
hub / github.com/scrapy/scrapy / setup_method

Method setup_method

tests/test_settings/__init__.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37
38class TestSettingsAttribute:
39 def setup_method(self):
40 self.attribute = SettingsAttribute("value", 10)
41
42 def test_set_greater_priority(self):
43 self.attribute.set("value2", 20)

Callers

nothing calls this directly

Calls 1

SettingsAttributeClass · 0.90

Tested by

no test coverage detected