projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65ccb0d
)
[compat] Add test for compat_casefold()
author
dirkf
<fieldhouse@gmx.net>
Tue, 1 Nov 2022 22:47:02 +0000
(22:47 +0000)
committer
GitHub
<noreply@github.com>
Tue, 1 Nov 2022 22:47:02 +0000
(22:47 +0000)
test/test_compat.py
patch
|
blob
|
history
diff --git
a/test/test_compat.py
b/test/test_compat.py
index 05995372aa82f9ff4849af30336fdc9f4916ad37..0986cff3705b51663a33f35dce39044172c8b2f1 100644
(file)
--- 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,