]> jfr.im git - yt-dlp.git/blobdiff - devscripts/run_tests.bat
Add post_hooks option to YoutubeDL.py (https://github.com/ytdl-org/youtube-dl/pull...
[yt-dlp.git] / devscripts / run_tests.bat
index 79359b5a7bea8ca4e02c9c44963ad37bc742aef7..531af406698bac9720a0fc010b53928e8cb9e729 100644 (file)
@@ -1,7 +1,7 @@
 @echo off
 
 rem Keep this list in sync with the `offlinetest` target in Makefile
-set DOWNLOAD_TESTS="age_restriction^|download^|iqiyi_sdk_interpreter^|socks^|subtitles^|write_annotations^|youtube_lists^|youtube_signature"
+set DOWNLOAD_TESTS="age_restriction^|download^|iqiyi_sdk_interpreter^|socks^|subtitles^|write_annotations^|youtube_lists^|youtube_signature^|post_hooks"
 
 if "%YTDL_TEST_SET%" == "core" (
     set test_set="-I test_("%DOWNLOAD_TESTS%")\.py"