Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wal-e/wal-e
/ test_parse_boolean_envvar
Function
test_parse_boolean_envvar
tests/test_cmd.py:16–17 ·
view source on GitHub ↗
(val, expected)
Source
from the content-addressed store, hash-verified
14
(
'false'
, False),
15
])
16
def
test_parse_boolean_envvar(val, expected):
17
assert parse_boolean_envvar(val) == expected
Callers
nothing calls this directly
Calls
1
parse_boolean_envvar
Function · 0.90
Tested by
no test coverage detected