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