diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-23 21:30:44 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-05-10 14:51:38 +0800 |
commit | 72f3289ac48d8dbfe1ee3fd2d82a23f1bff045df (patch) | |
tree | bc1b090fa50a26ae61532df8e07345a9144edfcd /Makefile | |
parent | 71aff18809a70b7fa32d8fd07f4fb2f64641aea5 (diff) |
[test/test_socks] Add tests for SOCKS proxies
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ test: ot: offlinetest offlinetest: codetest - $(PYTHON) -m nose --verbose test --exclude test_download.py --exclude test_age_restriction.py --exclude test_subtitles.py --exclude test_write_annotations.py --exclude test_youtube_lists.py --exclude test_iqiyi_sdk_interpreter.py + $(PYTHON) -m nose --verbose test --exclude test_download.py --exclude test_age_restriction.py --exclude test_subtitles.py --exclude test_write_annotations.py --exclude test_youtube_lists.py --exclude test_iqiyi_sdk_interpreter.py --exclude test_socks.py tar: youtube-dl.tar.gz |