YouCompleteMe/python/ycm
Ben Jackson c2f26159f6 Use fake filetype for omni completion test
Now that the server supports Java natively, we need to use a
filetype that does not have native support to ensure that we call the
mocked omnifunc, but also one for which YCM has a semantic trigger.

Rather than picking another random languagse, which might break in the
future, we invent a language (ycmtest) and supply a manual trigger
mapping to the YouCompleteMe object.
2017-12-23 15:41:14 +00:00
..
client Always supply working directory 2017-12-23 00:51:21 +00:00
tests Use fake filetype for omni completion test 2017-12-23 15:41:14 +00:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Rewrite completion system 2017-06-21 02:32:57 +02:00
buffer.py Refactored diag interface, removed dummy sign. 2017-06-05 22:20:57 +04:00
diagnostic_filter.py Do not install aliases from future 2017-03-18 18:24:48 +01:00
diagnostic_interface.py Echo diagnostic asynchronously 2017-10-04 16:59:47 +02:00
omni_completer.py Add omnifunc tests 2017-07-07 22:45:05 +02:00
paths.py Improve path to python interpreter error handling 2017-09-21 21:17:32 +02:00
setup.py Add error messages when ycmd crashed 2016-05-02 23:08:32 +02:00
syntax_parse.py Do not install aliases from future 2017-03-18 18:24:48 +01:00
unsafe_thread_pool_executor.py Update flake8 config 2016-03-06 17:39:55 +00:00
vimsupport.py Prompt the user to select a logfile with YcmToggleLogs 2017-12-22 19:58:29 +01:00
youcompleteme.py Auto merge of #2861 - puremourning:always-supply-wd, r=micbou 2017-12-22 17:36:34 -08:00