コード例 #1
0
ファイル: test_replay.py プロジェクト: NSLS-II/replay
def test_replay_cmd_line():
    command = Command('replay')
    command.run(timeout=1)
コード例 #2
0
ファイル: test_replay.py プロジェクト: NSLS-II/replay
def test_replay_cmd_line():
    command = Command('python {}'.format(replay.__file__))
    command.run(timeout=1)