about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authordirkf <fieldhouse@gmx.net>2022-11-01 22:47:02 +0000
committerGitHub <noreply@github.com>2022-11-01 22:47:02 +0000
commit087ddc237132103859cc00183d8d70bd75c0e44e (patch)
tree9095ce4c24f50c5dc9fffa69257b079e58233943 /test
parent65ccb0dd4eb52cced7d0e11af021c09dbe2aed4a (diff)
downloadyoutube-dl-087ddc237132103859cc00183d8d70bd75c0e44e.tar.gz
youtube-dl-087ddc237132103859cc00183d8d70bd75c0e44e.tar.xz
youtube-dl-087ddc237132103859cc00183d8d70bd75c0e44e.zip
[compat] Add test for compat_casefold()
Diffstat (limited to 'test')
-rw-r--r--test/test_compat.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_compat.py b/test/test_compat.py
index 05995372a..0986cff37 100644
--- 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,