YouCompleteMe/python/ycm/server/tests
Strahinja Val Markovic b1d71bbb91 Better handling of unknown extra conf files
Previously, we'd implicitly turn off future notices about unknown extra conf
files if we already raised one exception about it. This breaks when the user
ends up not receiving the "unknown extra conf, load?" message.

Now we only turn off the notice as a result of the user saying "don't load this"
so that if the first request fails to reach them, they'll get a second (and
third etc) request about it.

Fixes #615
2013-12-21 11:19:39 -08:00
..
testdata Unit tests for Omnisharp's smarter solution finder 2013-11-29 22:13:04 +01:00
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
diagnostics_test.py Workaround for annoying clang bug with pragma once 2013-11-17 17:59:39 -08:00
get_completions_test.py Better handling of unknown extra conf files 2013-12-21 11:19:39 -08:00
misc_handlers_test.py Split server tests into multiple files 2013-10-26 12:15:56 -07:00
subcommands_test.py Split server tests into multiple files 2013-10-26 12:15:56 -07:00
test_utils.py Added the g:ycm_use_ultisnips_completer option 2013-11-15 16:22:20 -08:00