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