コード例 #1
0
ファイル: test_with_cli.py プロジェクト: RayTely/Catsup
def test_reinit():
    from catsup.cli import init
    init("./")
コード例 #2
0
def test_reinit():
    from catsup.cli import init
    init("./")
コード例 #3
0
ファイル: test_with_cli.py プロジェクト: RayTely/Catsup
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("./")