aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/run_tests.bat
Commit message (Collapse)AuthorAgeFilesLines
* [test] Convert warnings into errorspukkandan2022-04-181-0/+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
* [test] Use `pytest` instead of `nosetests` (#482)pukkandan2021-07-231-11/+10
| | | | `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
* 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
* Preparing for releasepukkandan2021-01-071-0/+17