YouCompleteMe/python/ycm/tests
micbou a24d97ca6b
Resend request when extra conf is loaded or ignored
When the client sends a request to the server, if an extra conf file is found
that is not already white/blacklisted, the server stops processing the request
and tells the client that an unknown extra conf file has been found. The client
then asks the user if that file should be loaded or not. Depending on the
user's answer, the client sends a request to the server to load or ignore the
extra conf file. Finally, the server loads the file or adds it to the
blacklist. However, the initial request was not processed by the server and
should be sent again.
2018-04-22 22:10:14 +02:00
..
client Refactor CompleteDone logic 2018-03-28 22:00:43 +02:00
testdata Tests for checking that extra_conf_data sended to server from :DebugInfo and :YcmCompleter commands. 2017-03-12 19:03:07 +03:00
__init__.py Resend request when extra conf is loaded or ignored 2018-04-22 22:10:14 +02:00
base_test.py Use codepoint offsets in identifier functions 2017-06-18 20:41:30 +02:00
command_test.py Add range support to completer command 2018-02-12 01:50:08 +01:00
completion_test.py Refactor server exception handling 2018-04-13 01:35:17 +02:00
diagnostic_filter_test.py Do not install aliases from future 2017-03-18 18:24:48 +01:00
event_notification_test.py Resend request when extra conf is loaded or ignored 2018-04-22 22:10:14 +02:00
mock_utils.py Add support for Java diagnostics and asynchronous messages 2018-02-10 16:29:27 +00:00
omni_completer_test.py Do not disable omnifunc when filetype completion is disabled 2018-04-13 02:40:50 +02:00
paths_test.py Drop Python 2.6 and Python 3.3 2018-01-30 18:34:50 +01:00
postcomplete_test.py Fix applying fixit twice after completion 2018-04-06 17:56:25 +02:00
syntax_parse_test.py Do not install aliases from future 2017-03-18 18:24:48 +01:00
test_utils.py Auto merge of #2922 - micbou:improve-diagnostic-match, r=bstaletic 2018-02-18 17:15:46 -08:00
vimsupport_test.py Fix column clamping when highlighting diagnostics on Python 3 2018-03-25 16:02:48 +02:00
youcompleteme_test.py Refactor server exception handling 2018-04-13 01:35:17 +02:00