Beispiel #1
0
def test_print_bucket_acl(test_bucket, capsys):
    storage_print_bucket_acl.print_bucket_acl(test_bucket.name)
    out, _ = capsys.readouterr()
    assert out
Beispiel #2
0
def test_print_bucket_acl(capsys):
    storage_print_bucket_acl.print_bucket_acl(BUCKET)
    out, _ = capsys.readouterr()
    assert out