about summary refs log tree commit diff
path: root/test/test_age_restriction.py
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo.valsorda@gmail.com>2013-10-12 13:17:11 -0400
committerFilippo Valsorda <filippo.valsorda@gmail.com>2013-10-12 13:17:11 -0400
commitd3f46b9aa5727323182dd845030c9d781e1824fd (patch)
treede3beb03adfc988d562d6558e298874a526659d0 /test/test_age_restriction.py
parentf5e54a1fda6fcc4ef279e54ff6cf63f6eae71bb0 (diff)
downloadyoutube-dl-d3f46b9aa5727323182dd845030c9d781e1824fd.tar.gz
youtube-dl-d3f46b9aa5727323182dd845030c9d781e1824fd.tar.xz
youtube-dl-d3f46b9aa5727323182dd845030c9d781e1824fd.zip
Add support for single-test tox runs
Use a sintax like
    tox test.test_download:TestDownload.test_NowVideo
to run the specific test on all the tox environments (Python versions)
Diffstat (limited to 'test/test_age_restriction.py')
-rw-r--r--test/test_age_restriction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_age_restriction.py b/test/test_age_restriction.py
index 943f9a315..ec3e30572 100644
--- a/test/test_age_restriction.py
+++ b/test/test_age_restriction.py
@@ -8,7 +8,7 @@ import os
 sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 from youtube_dl import YoutubeDL
-from helper import try_rm
+from .helper import try_rm
 
 
 def _download_restricted(url, filename, age):