[compat] Add test for compat_casefold()

This commit is contained in:
dirkf 2022-11-01 22:47:02 +00:00 committed by GitHub
parent 65ccb0dd4e
commit 087ddc2371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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,