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