Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wal-e/wal-e
/ runtests
Function
runtests
runtests.py:8–16 ·
view source on GitHub ↗
(args=None)
Source
from the content-addressed store, hash-verified
6
7
8
def
runtests(args=None):
9
import
pytest
10
11
external_program_check([PV_BIN])
12
13
if
args is None:
14
args = []
15
16
sys.exit(pytest.main(args))
17
18
19
if
__name__ ==
'__main__'
:
Callers
1
runtests.py
File · 0.85
Calls
2
external_program_check
Function · 0.90
main
Method · 0.45
Tested by
no test coverage detected