def test_sha(self): defn = [{ 'git_url': '[email protected]:SciTools/conda-recipes-scitools.git', 'git_ref': '01dced15fbef8c5fec492ab2602db0ea49018ab7' }] fetch_recipes.fetch_recipes(defn, self.tmp_dir)
def test_sha(self): defn = [{'git_url': '[email protected]:SciTools/conda-recipes-scitools.git', 'git_ref': '01dced15fbef8c5fec492ab2602db0ea49018ab7'}] fetch_recipes.fetch_recipes(defn, self.tmp_dir)
def test_branch(self): defn = [{ 'git_url': '[email protected]:SciTools/conda-recipes-scitools.git', 'git_ref': 'master' }] fetch_recipes.fetch_recipes(defn, self.tmp_dir)
def test_branch(self): defn = [{'git_url': '[email protected]:SciTools/conda-recipes-scitools.git', 'git_ref': 'master'}] fetch_recipes.fetch_recipes(defn, self.tmp_dir)