Ejemplo n.º 1
0
def test_ls():
    assert cli.ls([])
    assert cli.ls(['--all'])
    assert cli.ls(['--humanize'])
    assert cli.ls(['--loglevel', 'info'])
Ejemplo n.º 2
0
def test_ls():
    cli.ls([])
    cli.ls(['--all'])
    cli.ls(['--humanize'])
    cli.ls(['--loglevel', 'info'])
Ejemplo n.º 3
0
def test_ls():
    assert cli.ls([])
    assert cli.ls(['--all'])
    assert cli.ls(['--humanize'])
    assert cli.ls(['--loglevel', 'info'])
Ejemplo n.º 4
0
def test_ls():
    cli.ls()
    hack_sysargv(['--all'])
    cli.ls()
Ejemplo n.º 5
0
def test_ls():
    cli.ls()
    hack_sysargv(['--all'])
    cli.ls()
Ejemplo n.º 6
0
def test_ls():
    cli.ls([])
    cli.ls(['--all'])
    cli.ls(['--humanize'])
    cli.ls(['--loglevel', 'info'])