Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ycm-core/YouCompleteMe
/ EndsWithPython_Bad
Function
EndsWithPython_Bad
python/ycm/tests/paths_test.py:31–33 ·
view source on GitHub ↗
( path )
Source
from the content-addressed store, hash-verified
29
30
31
def
EndsWithPython_Bad( path ):
32
assert_that( not _EndsWithPython( path ),
33
f
'Path { path } does end with a Python name.'
)
34
35
36
class
PathTest( TestCase ):
Callers
1
test_EndsWithPython_BadPaths
Method · 0.85
Calls
1
_EndsWithPython
Function · 0.90
Tested by
no test coverage detected