예제 #1
0
파일: test_cli.py 프로젝트: oppsig/jottalib
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
파일: test_cli.py 프로젝트: cowai/jottalib
def test_monitor():
    with pytest.raises(SystemExit):
        cli.monitor([]) # argparse should raise systemexit without the mandatory arguments
예제 #4
0
def test_monitor():
    cli.monitor()