Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wal-e/wal-e
/ main
Method
main
tests/blackbox.py:45–47 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
43
self.monkeypatch.setenv(
'AWS_REGION'
,
'us-west-1'
)
44
45
def
main(self, *args):
46
self.monkeypatch.setattr(sys,
'argv'
, [
'wal-e'
] + list(args))
47
return
cmd.main()
48
49
50
class
AwsTestConfigSetImpl(AwsTestConfig):
Callers
nothing calls this directly
Calls
1
main
Method · 0.45
Tested by
no test coverage detected