Turning off the omnisharp server after test
This commit is contained in:
parent
63534e1a6f
commit
dda1a83c09
@ -88,6 +88,12 @@ def GetCompletions_CsCompleter_Works_test():
|
|||||||
assert_that( results, has_items( CompletionEntryMatcher( 'CursorLeft' ),
|
assert_that( results, has_items( CompletionEntryMatcher( 'CursorLeft' ),
|
||||||
CompletionEntryMatcher( 'CursorSize' ) ) )
|
CompletionEntryMatcher( 'CursorSize' ) ) )
|
||||||
|
|
||||||
|
# We need to turn off the CS server so that it doesn't stick around
|
||||||
|
app.post_json( '/run_completer_command',
|
||||||
|
BuildRequest( completer_target = 'filetype_default',
|
||||||
|
command_arguments = ['StopServer'],
|
||||||
|
filetype = 'cs' ) )
|
||||||
|
|
||||||
|
|
||||||
@with_setup( Setup )
|
@with_setup( Setup )
|
||||||
def GetCompletions_ClangCompleter_WorksWithExplicitFlags_test():
|
def GetCompletions_ClangCompleter_WorksWithExplicitFlags_test():
|
||||||
|
Loading…
Reference in New Issue
Block a user