2013-10-05 23:08:48 +03:00
|
|
|
[tox]
|
2015-09-25 23:34:02 +03:00
|
|
|
envlist = py26,py27,py33,py34,py35
|
2013-10-05 23:08:48 +03:00
|
|
|
[testenv]
|
2013-10-12 20:17:11 +03:00
|
|
|
deps =
|
|
|
|
nose
|
|
|
|
coverage
|
2015-05-18 18:58:53 +03:00
|
|
|
# We need a valid $HOME for test_compat_expanduser
|
|
|
|
passenv = HOME
|
2015-03-14 22:41:15 +02:00
|
|
|
defaultargs = test --exclude test_download.py --exclude test_age_restriction.py
|
|
|
|
--exclude test_subtitles.py --exclude test_write_annotations.py
|
2016-03-19 22:50:16 +02:00
|
|
|
--exclude test_youtube_lists.py --exclude test_iqiyi_sdk_interpreter.py
|
2016-04-23 16:30:44 +03:00
|
|
|
--exclude test_socks.py
|
2020-09-02 21:25:25 +03:00
|
|
|
commands = nosetests --verbose {posargs:{[testenv]defaultargs}} # --with-coverage --cover-package=youtube_dlc --cover-html
|
2013-10-12 20:17:11 +03:00
|
|
|
# test.test_download:TestDownload.test_NowVideo
|