]>
Raphaƫl G. Git Repositories - youtubedl/blob - devscripts/run_tests.sh
3 DOWNLOAD_TESTS
="age_restriction|download|subtitles|write_annotations|iqiyi_sdk_interpreter|youtube_lists"
8 case "$YTDL_TEST_SET" in
10 test_set
="-I test_($DOWNLOAD_TESTS)\.py"
13 test_set
="-I test_(?!$DOWNLOAD_TESTS).+\.py"
14 multiprocess_args
="--processes=4 --process-timeout=540"
21 nosetests
test --verbose $test_set $multiprocess_args