YouCompleteMe/python/ycm/tests
micbou c92b4ac0ff Fix issue in EventNotification tests
assert_has_calls is not enough to check if a call didn't raise a
warning. We also need to check the number of calls. This is done by
creating a subclass of MagicMock implementing the
assert_has_exact_calls method.
2016-01-21 03:05:15 +01:00
..
testdata Now extracting PHP functions. 2014-09-02 10:53:38 -07:00
__init__.py Support subcommands which return detailed info 2015-09-20 21:30:23 +01:00
base_test.py Custom identifier support now done. 2014-08-28 11:39:10 -07:00
event_notification_test.py Fix issue in EventNotification tests 2016-01-21 03:05:15 +01:00
omni_completion_request_tests.py Add missing implementation on OmniCompletionRequest 2016-01-16 11:36:58 -07:00
postcomplete_tests.py Add tests for YouCompleteMe.ValidateParseRequest 2015-12-24 21:06:44 +00:00
syntax_parse_test.py Support subcommands which return detailed info 2015-09-20 21:30:23 +01:00
vimsupport_test.py Update buffers-related tests 2015-11-11 14:18:26 +01:00