예제 #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("./")