diff options
author | dirkf <[email protected]> | 2022-11-01 22:47:02 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-01 22:47:02 +0000 |
commit | 087ddc237132103859cc00183d8d70bd75c0e44e (patch) | |
tree | 9095ce4c24f50c5dc9fffa69257b079e58233943 | |
parent | 65ccb0dd4eb52cced7d0e11af021c09dbe2aed4a (diff) | |
download | youtube-dl-087ddc237132103859cc00183d8d70bd75c0e44e.tar.gz youtube-dl-087ddc237132103859cc00183d8d70bd75c0e44e.zip |
[compat] Add test for compat_casefold()
-rw-r--r-- | test/test_compat.py | 1 |
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, |