logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git
commit: 087ddc237132103859cc00183d8d70bd75c0e44e
parent 65ccb0dd4eb52cced7d0e11af021c09dbe2aed4a
Author: dirkf <fieldhouse@gmx.net>
Date:   Tue,  1 Nov 2022 22:47:02 +0000

[compat] Add test for compat_casefold()

Diffstat:

Mtest/test_compat.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/test_compat.py b/test/test_compat.py @@ -11,6 +11,7 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) from youtube_dl.compat import ( + compat_casefold, compat_getenv, compat_setenv, compat_etree_Element,