Skip to content

Commit

Permalink
add path tests before importing download_media
Browse files Browse the repository at this point in the history
  • Loading branch information
bearney74 authored Apr 17, 2017
1 parent b0be36b commit 4038b8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_ImageSequenceClip.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
import pytest
from moviepy.video.io import ImageSequenceClip

import download_media

sys.path.append("tests")

import download_media

def test_download_media(capsys):
with capsys.disabled():
Expand Down

0 comments on commit 4038b8b

Please sign in to comment.