MCPcopy Create free account
hub / github.com/ycm-core/YouCompleteMe / MockTextAfterCursor

Function MockTextAfterCursor

python/ycm/tests/base_test.py:44–46  ·  view source on GitHub ↗
( text )

Source from the content-addressed store, hash-verified

42
43@contextlib.contextmanager
44def MockTextAfterCursor( text ):
45 with patch( 'ycm.vimsupport.TextAfterCursor', return_value = text ):
46 yield
47
48
49class BaseTest( TestCase ):

Calls

no outgoing calls

Tested by

no test coverage detected