Skip to content

Commit

Permalink
sys.path.append("tests") must occur before import from test_helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
bearney74 authored Apr 17, 2017
1 parent 4038b8b commit 0f2b323
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_PR.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
from moviepy.video.tools.interpolators import Trajectory
from moviepy.video.VideoClip import ColorClip, ImageClip, TextClip

from test_helper import TMP_DIR, TRAVIS

sys.path.append("tests")

from test_helper import TMP_DIR, TRAVIS

def test_download_media(capsys):
"""Test downloading."""
Expand Down

0 comments on commit 0f2b323

Please sign in to comment.