Get command with app property variables replaced
(self)
| 41 | |
| 42 | @property |
| 43 | def test(self): |
| 44 | """Get command with app property variables replaced""" |
| 45 | return self.decode_bytes(self.replace_app_props(self.encode_string(self.command))) |
| 46 | |
| 47 | def __init__(self, name, platform, command=None, code=None, language=None, build_target=None, |
| 48 | payloads=None, uploads=None, timeout=60, parsers=None, cleanup=None, variations=None, |
no test coverage detected