Beispiel #1
0
def test_scanner():
    with pytest.raises(SystemExit):
        cli.scanner(
            []
        )  # argparse should raise systemexit without the mandatory arguments
Beispiel #2
0
def test_scanner():
    cli.scanner()
Beispiel #3
0
def test_scanner():
    with pytest.raises(SystemExit):
        cli.scanner([]) # argparse should raise systemexit without the mandatory arguments
Beispiel #4
0
def test_scanner():
    cli.scanner()