Check the application starts
()
| 161 | |
| 162 | |
| 163 | def 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 | |
| 170 | def run_cmd(cmd): |
no test coverage detected