]>
Raphaƫl G. Git Repositories - youtubedl/blob - devscripts/run_tests.sh
3 # Keep this list in sync with the `offlinetest` target in Makefile
4 DOWNLOAD_TESTS
="age_restriction|download|iqiyi_sdk_interpreter|socks|subtitles|write_annotations|youtube_lists|youtube_signature"
9 case "$YTDL_TEST_SET" in
11 test_set
="-I test_($DOWNLOAD_TESTS)\.py"
14 test_set
="-I test_(?!$DOWNLOAD_TESTS).+\.py"
15 multiprocess_args
="--processes=4 --process-timeout=540"
22 nosetests
test --verbose $test_set $multiprocess_args