Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ setup_method
Method
setup_method
tests/test_settings/__init__.py:79–80 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
77
78
class
TestBaseSettings:
79
def
setup_method(self):
80
self.settings = BaseSettings()
81
82
def
test_setdefault_not_existing_value(self):
83
settings = BaseSettings()
Callers
nothing calls this directly
Calls
1
BaseSettings
Class · 0.90
Tested by
no test coverage detected