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

Function PathToTestFile

python/ycm/tests/__init__.py:33–35  ·  view source on GitHub ↗
( *args )

Source from the content-addressed store, hash-verified

31
32
33def PathToTestFile( *args ):
34 dir_of_current_script = os.path.dirname( os.path.abspath( __file__ ) )
35 return os.path.join( dir_of_current_script, 'testdata', *args )
36
37
38# The default options which are required for a working YouCompleteMe object.

Calls

no outgoing calls