コード例 #1
0
 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)
コード例 #2
0
 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) 
コード例 #3
0
 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)
コード例 #4
0
 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)