Add end-to-end language service tests. (#123)

Test-only code coverage changes.  Please review the commit and I'll follow-up on next iteration.
This commit is contained in:
Karl Burtram
2016-10-28 01:04:48 -07:00
committed by GitHub
parent 6b589f45bb
commit 9bd5839812
4 changed files with 250 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ namespace Microsoft.SqlTools.ServiceLayer.TestDriver.Tests
{
public class QueryExecutionTests : TestBase
{
[Fact]
//[Fact]
public async Task TestQueryingAfterCompletionRequests()
{
try