Пример #1
0
def test_fuse():
    with pytest.raises(SystemExit):
        cli.fuse(
            []
        )  # argparse should raise systemexit without the mandatory arguments
Пример #2
0
def test_fuse():
    cli.fuse()
Пример #3
0
def test_fuse():
    with pytest.raises(SystemExit):
        cli.fuse([]) # argparse should raise systemexit without the mandatory arguments
Пример #4
0
def test_fuse():
    cli.fuse()