MCPcopy 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
8def 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
19if __name__ == '__main__':

Callers 1

runtests.pyFile · 0.85

Calls 2

external_program_checkFunction · 0.90
mainMethod · 0.45

Tested by

no test coverage detected