def test_replay_cmd_line(): command = Command('replay') command.run(timeout=1)
def test_replay_cmd_line(): command = Command('python {}'.format(replay.__file__)) command.run(timeout=1)