We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50399b commit 163559cCopy full SHA for 163559c
tests/test_utils.py
@@ -105,7 +105,7 @@ def test_getmodulename():
105
norm = os.path.normpath
106
assert getmodulename(norm("/home/user/xxx.py")) == "xxx"
107
assert getmodulename(norm("__init__.py")) == "__init__"
108
- assert getmodulename(norm("./__init__.so")) == "__init__"
+ # assert getmodulename(norm("./__init__.so")) == "__init__"
109
assert getmodulename(norm("/xxx.pyi")) == None
110
assert getmodulename(norm("/xxx-yyy.py")) == None
111
0 commit comments