aboutsummaryrefslogtreecommitdiff
path: root/devscripts/run_tests.sh
AgeCommit message (Collapse)Author
2022-09-01[cleanup] Miscpukkandan
Closes #4710, Closes #4754, Closes #4723 Authored by: pukkandan, MrRawes, DavidH-2022
2022-05-27[cleanup] Misc fixes and cleanuppukkandan
Closes #3780, Closes #3853, Closes #3850
2022-04-18[test] Convert warnings into errorspukkandan
* And fix some existing warnings Authored by: fstirlitz
2021-10-13[devscripts/run_tests] Use markers to filter tests (#1258)Ákos Sülyi
`-k` filters using a substring match on test name. `-m` checks markers for an exact match. Authored by: sulyi
2021-08-07[cleanup] Miscpukkandan
2021-07-23[test] Use `pytest` instead of `nosetests` (#482)pukkandan
`nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099 and will stop working in py 3.10 as can be seen in #480
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․