Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ test_defaults
Function
test_defaults
tests/test_config.py:84–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
83
84
def
test_defaults():
85
c = config.Config()
86
for
s in config.KNOWN_SETTINGS:
87
assert c.settings[s.name].validator(s.default) == c.settings[s.name].get()
88
89
90
def
test_property_access():
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected