Beispiel #1
0
def test_reinit():
    from catsup.cli import init
    init("./")
Beispiel #2
0
def test_reinit():
    from catsup.cli import init
    init("./")
Beispiel #3
0
def test_init():
    from catsup.cli import init
    os.remove("config.json")
    init("./")
Beispiel #4
0
def test_init():
    from catsup.cli import init
    os.remove("config.json")
    init("./")