Skip to content

Commit

Permalink
fix blink, resize error
Browse files Browse the repository at this point in the history
  • Loading branch information
bearney74 committed Apr 17, 2017
1 parent a4fadae commit b579a06
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/test_issues.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# -*- coding: utf-8 -*-
"""Issue tests meant to be run with pytest."""
import os
import sys
#import sys

import pytest
from moviepy.editor import *

sys.path.append("tests")
#sys.path.append("tests")
import download_media
from test_helper import PYTHON_VERSION, TMP_DIR, TRAVIS

from moviepy.video.fx.blink import blink
from moviepy.video.fx.resize import resize

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

0 comments on commit b579a06

Please sign in to comment.