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 /tox.ini | |
parent | 71aff18809a70b7fa32d8fd07f4fb2f64641aea5 (diff) |
[test/test_socks] Add tests for SOCKS proxies
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,5 +9,6 @@ passenv = HOME defaultargs = 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 commands = nosetests --verbose {posargs:{[testenv]defaultargs}} # --with-coverage --cover-package=youtube_dl --cover-html # test.test_download:TestDownload.test_NowVideo |