MCPcopy 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
50class AwsTestConfigSetImpl(AwsTestConfig):

Callers

nothing calls this directly

Calls 1

mainMethod · 0.45

Tested by

no test coverage detected