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