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