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
micbou
c5bec8f690
Expect GetCompletions_Cache_List_Unicode test to fail
...
This test is expected to fail since we now filter and sort candidates on empty
query.
2017-09-10 16:33:24 +02:00
micbou
139e3fbaf9
Add omnifunc tests
2017-07-07 22:45:05 +02:00
micbou
600383fbac
Do not cache omnifunc on FileReadyToParse event
2017-07-07 21:39:27 +02:00
micbou
dec9c0f827
Add test with omnifunc moving cursor position
2017-07-07 13:59:57 +02:00
micbou
db0b9ab335
Rewrite omnifunc tests
...
The VimBuffer object now accepts a Python function as its omnifunc.
2017-07-05 23:21:36 +02:00
Ben Jackson
5c98b69b6f
Fix tests supplying findstart. It's 0-based. Known failure is no longer a known failure
2017-07-03 00:55:03 +01:00
micbou
f3ccafe3ae
Do not install aliases from future
...
Installing aliases from python-future is unreliable and slow.
2017-03-18 18:24:48 +01:00
micbou
fa10f33c2a
Move test_utils to tests folder
...
This remove the file from coverage.
2016-10-15 04:03:48 +02:00
micbou
8d015c95cc
Refactor tests using a YouCompleteMe instance
2016-10-14 02:18:51 +02:00
micbou
7b2155ab64
Refactor tests using a server instance
...
Create a Server_test class for tests that need a server instance.
2016-07-23 11:21:38 +02:00
Ben Jackson
e73426187d
Add tests for omni completer GetCompletions
2016-05-08 15:47:58 +01:00