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