aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/run_tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Miscpukkandan2022-09-011-4/+4
| | | | | Closes #4710, Closes #4754, Closes #4723 Authored by: pukkandan, MrRawes, DavidH-2022
* [cleanup] Misc fixes and cleanuppukkandan2022-05-271-1/+1
| | | | Closes #3780, Closes #3853, Closes #3850
* [test] Convert warnings into errorspukkandan2022-04-181-1/+1
| | | | | | * And fix some existing warnings Authored by: fstirlitz
* [devscripts/run_tests] Use markers to filter tests (#1258)Ákos Sülyi2021-10-131-3/+3
| | | | | `-k` filters using a substring match on test name. `-m` checks markers for an exact match. Authored by: sulyi
* [cleanup] Miscpukkandan2021-08-071-1/+0
|
* [test] Use `pytest` instead of `nosetests` (#482)pukkandan2021-07-231-22/+15
| | | | `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
* Added `--force-overwrites` option ↵alxnull2021-01-131-1/+1
| | | | | | (https://github.com/ytdl-org/youtube-dl/pull/20405) Co-authored by alxnull
* Add post_hooks option to YoutubeDL.py ↵Alex Merkel2021-01-091-1/+1
| | | | | | (https://github.com/ytdl-org/youtube-dl/pull/27573) Authored by: alexmerkel
* [Makefile,devscripts/run_tests.sh] Actually exclude network testsYen Chi Hsuan2017-11-271-1/+2
| | | | Closes #14858
* [devscripts/run_tests] Exclude youtube lists tests from core buildSergey M․2017-02-231-1/+1
|
* [travis] Run tests in parallelYen Chi Hsuan2017-02-191-1/+3
| | | | | | | | | | | | [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
* [devscripts/run_tests.sh] Change permission for script to 755Anisse Astier2017-02-161-0/+0
|
* [travis] Separate builds for core and downloadSergey M․2017-02-131-0/+19