MCPcopy 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
31def EndsWithPython_Bad( path ):
32 assert_that( not _EndsWithPython( path ),
33 f'Path { path } does end with a Python name.' )
34
35
36class PathTest( TestCase ):

Callers 1

Calls 1

_EndsWithPythonFunction · 0.90

Tested by

no test coverage detected