예제 #1
0
파일: test_output.py 프로젝트: yfarjoun/dvc
 def _get(self, path):
     return _get(Stage(self.dvc), path, None, None, None)
예제 #2
0
def _get_out(dvc, path):
    return _get(Stage(dvc), path, None, None, None, None)
예제 #3
0
파일: test_output.py 프로젝트: vernt/dvc
 def test(self):
     with self.assertRaises(DvcException):
         _get(None, 'unsupported://a/b', None, None, None)