Beispiel #1
0
def test_link_create():
    document("foobar")
    link("foobar", "bar")
    run("test -L bar")
Beispiel #2
0
def test_link_invalid_state():
    link("/var/web/upickem", "/foo", state="foobar")
Beispiel #3
0
def test_link_delete():
    link("foobar", "bar", state="deleted")
    run("test ! -L foobar")
Beispiel #4
0
def test_link_invalid_state():
    link("/var/web/upickem", "/foo", state="foobar")
Beispiel #5
0
def test_link_delete():
    link("foobar", "bar", state="deleted")
    run("test ! -L foobar")
Beispiel #6
0
def test_link_create():
    document("foobar")
    link("foobar", "bar")
    run("test -L bar")