예제 #1
0
파일: test_cli.py 프로젝트: oppsig/jottalib
def test_scanner():
    with pytest.raises(SystemExit):
        cli.scanner(
            []
        )  # argparse should raise systemexit without the mandatory arguments
예제 #2
0
def test_scanner():
    cli.scanner()
예제 #3
0
파일: test_cli.py 프로젝트: cowai/jottalib
def test_scanner():
    with pytest.raises(SystemExit):
        cli.scanner([]) # argparse should raise systemexit without the mandatory arguments
예제 #4
0
def test_scanner():
    cli.scanner()