コード例 #1
0
ファイル: test_cli.py プロジェクト: scopatz/conda-build
def testing_index(testing_workdir):
    args = ['.']
    main_index.execute(args)
    assert os.path.isfile('noarch/repodata.json')
コード例 #2
0
ファイル: test_cli.py プロジェクト: patricksnape/conda-build
def test_index(testing_workdir):
    args = ['.']
    main_index.execute(args)
    assert os.path.isfile('repodata.json')