Skip to content

Commit 9fa6c94

Browse files
update test
1 parent adeeb56 commit 9fa6c94

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

ffmpeg_streaming/tests/test_ffmpeg_video_streaming.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
from ffmpeg_streaming import *
7-
from ffmpeg_streaming.from_clouds import from_url
87
from ffmpeg_streaming.media import (HLS, DASH)
98
from ffmpeg_streaming.streams import Streams
109
import ffmpeg_streaming
@@ -122,11 +121,5 @@ def test_progress(self):
122121

123122
self.assertEqual(_get_duration_sec, 3600)
124123

125-
def test_from_clouds(self):
126-
url = 'https://github.com/aminyazdanpanah/python-ffmpeg-video-streaming/blob/master/examples/_example.mp4' \
127-
'?raw=true'
128-
self.assertTrue(os.path.isfile(from_url(url)))
129-
130-
131124
if __name__ == '__main__':
132125
unittest.main()

0 commit comments

Comments
 (0)