コード例 #1
0
 def test_local_build_root_default_rc(self):
     if context.root_writable:
         assert context.local_build_root == join(context.root_prefix,
                                                 'conda-bld')
     else:
         assert context.local_build_root == expand('~/conda-bld')
コード例 #2
0
ファイル: test_context.py プロジェクト: groutr/conda
 def test_local_build_root_default_rc(self):
     if context.root_writable:
         assert context.local_build_root == join(context.root_prefix, 'conda-bld')
     else:
         assert context.local_build_root == expand('~/conda-bld')