示例#1
0
def test_monitor():
    with pytest.raises(SystemExit):
        cli.monitor(
            []
        )  # argparse should raise systemexit without the mandatory arguments
示例#2
0
def test_monitor():
    cli.monitor()
示例#3
0
def test_monitor():
    with pytest.raises(SystemExit):
        cli.monitor([]) # argparse should raise systemexit without the mandatory arguments
示例#4
0
def test_monitor():
    cli.monitor()