( *args )
| 31 | |
| 32 | |
| 33 | def 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. |
no outgoing calls