Exemplo n.º 1
0
 def test_file(self):
     from luigi.file import File
     self.assertTrue(isinstance(File('foo'), LocalTarget))
Exemplo n.º 2
0
 def output(self):
     return File(path=self.output_path)