def test_fuse(): with pytest.raises(SystemExit): cli.fuse( [] ) # argparse should raise systemexit without the mandatory arguments
def test_fuse(): cli.fuse()
def test_fuse(): with pytest.raises(SystemExit): cli.fuse([]) # argparse should raise systemexit without the mandatory arguments