Skip to content

Commit

Permalink
Merge pull request #127 from keenlabs/increase_coverage_2
Browse files Browse the repository at this point in the history
Add a bunch of integration tests for Metric, Funnel, and MultiAnalysis
  • Loading branch information
baumatron authored Nov 7, 2017
2 parents b820c2e + b68f3dd commit 676e52f
Show file tree
Hide file tree
Showing 16 changed files with 2,165 additions and 56 deletions.
2 changes: 2 additions & 0 deletions Keen.NET.Test/Keen.NET.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<Private>True</Private>
</Reference>
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
Expand Down Expand Up @@ -115,6 +116,7 @@
<Compile Include="ScopedKeyTest.cs" />
<Compile Include="DelegatingHandlerMock.cs" />
<Compile Include="TestKeenHttpClientProvider.cs" />
<Compile Include="TimeframeConverterTest.cs" />
<Compile Include="UrlToMessageHandler.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit 676e52f

Please sign in to comment.