(self, execution_service, user_id=DEFAULT_USER_ID)
| 255 | self.assertEqual(['started', 'finished'], notifications) |
| 256 | |
| 257 | def _start(self, execution_service, user_id=DEFAULT_USER_ID): |
| 258 | return _start(execution_service, user_id) |
| 259 | |
| 260 | def _start_with_config(self, execution_service, config, user_id=DEFAULT_USER_ID): |
| 261 | user = User(user_id, DEFAULT_AUDIT_NAMES) |
no test coverage detected