aboutsummaryrefslogtreecommitdiff
path: root/devscripts/run_tests.sh
AgeCommit message (Collapse)Author
2021-01-13Added `--force-overwrites` option ↵alxnull
(https://github.com/ytdl-org/youtube-dl/pull/20405) Co-authored by alxnull
2021-01-09Add post_hooks option to YoutubeDL.py ↵Alex Merkel
(https://github.com/ytdl-org/youtube-dl/pull/27573) Authored by: alexmerkel
2017-11-27[Makefile,devscripts/run_tests.sh] Actually exclude network testsYen Chi Hsuan
Closes #14858
2017-02-23[devscripts/run_tests] Exclude youtube lists tests from core buildSergey M․
2017-02-19[travis] Run tests in parallelYen Chi Hsuan
[test_download] Print test names in case of network errors [test_download] Add comments for nose parameters [test_download] Modify outtmpl to prevent info JSON filename conflicts Thanks @jaimeMF for the idea. [travis] Only download tests should be run in parallel
2017-02-16[devscripts/run_tests.sh] Change permission for script to 755Anisse Astier
2017-02-13[travis] Separate builds for core and downloadSergey M․