MCPcopy
hub / github.com/ycm-core/YouCompleteMe / Main

Function Main

run_tests.py:102–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100
101
102def Main():
103 ( parsed_args, unittest_args ) = ParseArguments()
104 if parsed_args.dump_path:
105 print( os.environ[ 'PYTHONPATH' ] )
106 sys.exit()
107
108 if not parsed_args.no_flake8:
109 RunFlake8()
110
111 BuildYcmdLibs( parsed_args )
112 UnittestTests( parsed_args, unittest_args )
113
114
115if __name__ == "__main__":

Callers 1

run_tests.pyFile · 0.70

Calls 4

ParseArgumentsFunction · 0.85
RunFlake8Function · 0.85
BuildYcmdLibsFunction · 0.85
UnittestTestsFunction · 0.85

Tested by

no test coverage detected