YouCompleteMe/python/ycm/tests
zzbot 470518075d
Auto merge of #3035 - micbou:show-detailed-diagnostic-none, r=puremourning
[READY] Fix YcmShowDetailedDiagnostic command on line without diagnostic

The `YcmShowDetailedDiagnostic` command raises a `NoneType` exception on a line with no diagnostic;
```
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "YouCompleteMe/autoload\..\python\ycm\youcompleteme.py", line 663, in ShowDetailedDiagnostic
    if 'message' in detailed_diagnostic:
TypeError: argument of type 'NoneType' is not iterable
```

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/3035)
<!-- Reviewable:end -->
2018-06-02 07:21:43 -07: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 Allow users to change the options by restarting the server 2018-05-15 23:45:54 +02:00
base_test.py Use codepoint offsets in identifier functions 2017-06-18 20:41:30 +02:00
command_test.py Allow users to change the options by restarting the server 2018-05-15 23:45:54 +02: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 Allow users to change the options by restarting the server 2018-05-15 23:45:54 +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 Allow users to change the options by restarting the server 2018-05-15 23:45:54 +02:00
paths_test.py Drop Python 2.6 and Python 3.3 2018-01-30 18:34:50 +01:00
postcomplete_test.py Support FixIts in TypeScript completions 2018-04-25 05:08:23 +02:00
syntax_parse_test.py Do not install aliases from future 2017-03-18 18:24:48 +01:00
test_utils.py Allow users to change the options by restarting the server 2018-05-15 23:45:54 +02:00
vimsupport_test.py Fix column clamping when highlighting diagnostics on Python 3 2018-03-25 16:02:48 +02:00
youcompleteme_test.py Auto merge of #3035 - micbou:show-detailed-diagnostic-none, r=puremourning 2018-06-02 07:21:43 -07:00