예제 #1
0
파일: test_cli.py 프로젝트: oppsig/jottalib
def test_ls():
    assert cli.ls([])
    assert cli.ls(['--all'])
    assert cli.ls(['--humanize'])
    assert cli.ls(['--loglevel', 'info'])
예제 #2
0
파일: test_cli.py 프로젝트: cowai/jottalib
def test_ls():
    cli.ls([])
    cli.ls(['--all'])
    cli.ls(['--humanize'])
    cli.ls(['--loglevel', 'info'])
예제 #3
0
def test_ls():
    assert cli.ls([])
    assert cli.ls(['--all'])
    assert cli.ls(['--humanize'])
    assert cli.ls(['--loglevel', 'info'])
예제 #4
0
def test_ls():
    cli.ls()
    hack_sysargv(['--all'])
    cli.ls()
예제 #5
0
def test_ls():
    cli.ls()
    hack_sysargv(['--all'])
    cli.ls()
예제 #6
0
def test_ls():
    cli.ls([])
    cli.ls(['--all'])
    cli.ls(['--humanize'])
    cli.ls(['--loglevel', 'info'])