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