示例#1
0
文件: test_index.py 项目: noahp/conda
 def test_basic_get_reduced_index(self):
     get_reduced_index(None, (Channel('defaults'), Channel('conda-test')),
                       context.subdirs, (MatchSpec('flask'), ))
示例#2
0
文件: test_index.py 项目: conda/conda
 def test_basic_get_reduced_index(self):
     get_reduced_index(None, (Channel('defaults'), Channel('conda-test')), context.subdirs,
                       (MatchSpec('flask'), ))