示例#1
0
def test_run_invalid_args():
    run_command(["ls", "-Z_z"], suppress_stderr=True)
示例#2
0
def test_run_bad_command():
    run_command(["__DSH#*#*&SHJ"])
示例#3
0
def test_run_ls():
    run_command(["ls", "-als"])
示例#4
0
def test_run_invalid_args():
    run_command(["ls", "-Z_z"], suppress_stderr = True)
示例#5
0
def test_run_bad_command():
    run_command(["__DSH#*#*&SHJ"])
示例#6
0
def test_run_ls():
    run_command(["ls", "-als"])