コード例 #1
0
 def test_output(self):
     task = QueryLastCountryPerCourseTask(**self._get_kwargs())
     self.assertEquals(task.output().path, 's3://output/path')
コード例 #2
0
 def test_output(self):
     task = QueryLastCountryPerCourseTask(**self._get_kwargs())
     self.assertEquals(task.output().path, 's3://output/path')
コード例 #3
0
 def test_output(self):
     task = QueryLastCountryPerCourseTask(**self._get_kwargs())
     self.assertEquals(
         task.output().path,
         's3://fake/warehouse/course_enrollment_location_current')
 def test_output(self):
     task = QueryLastCountryPerCourseTask(**self._get_kwargs())
     self.assertEquals(task.output().path, 's3://fake/warehouse/course_enrollment_location_current')