MCPcopy Index your code
hub / github.com/bleachbit/bleachbit / assert_execute_console

Function assert_execute_console

windows/setup.py:163–167  ·  view source on GitHub ↗

Check the application starts

()

Source from the content-addressed store, hash-verified

161
162
163def assert_execute_console():
164 """Check the application starts"""
165 logger.info('Checking bleachbit_console.exe starts')
166 assert_execute([r'dist\bleachbit_console.exe', '--gui', '--exit', '--no-uac'],
167 'Success')
168
169
170def run_cmd(cmd):

Callers 3

buildFunction · 0.85
stripFunction · 0.85
upxFunction · 0.85

Calls 1

assert_executeFunction · 0.85

Tested by

no test coverage detected