diff --git a/python/ycm/server/tests/get_completions_test.py b/python/ycm/server/tests/get_completions_test.py index a771d543..7751b3f7 100644 --- a/python/ycm/server/tests/get_completions_test.py +++ b/python/ycm/server/tests/get_completions_test.py @@ -166,6 +166,7 @@ def GetCompletions_ClangCompleter_WorksWhenExtraConfExplicitlyAllowed_test(): CompletionEntryMatcher( 'x' ), CompletionEntryMatcher( 'y' ) ) ) + @with_setup( Setup ) def GetCompletions_ClangCompleter_ExceptionWhenNoFlagsFromExtraConf_test(): app = TestApp( handlers.app )