Skip to content

Commit

Permalink
Add all precompiled query tests to the same collection. (#34692)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriySvyryd committed Sep 18, 2024
1 parent df997f7 commit 0f74a57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace Microsoft.EntityFrameworkCore.Query;

[Collection("PrecompiledQuery")]
public abstract class AdHocPrecompiledQueryRelationalTestBase(ITestOutputHelper testOutputHelper) : NonSharedModelTestBase
{
[ConditionalFact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace Microsoft.EntityFrameworkCore.Query;
/// General tests for precompiled queries.
/// See also <see cref="PrecompiledSqlPregenerationQueryRelationalTestBase" /> for tests specifically related to SQL pregeneration.
/// </summary>
[Collection("PrecompiledQuery")]
public class PrecompiledQueryRelationalTestBase
{
public PrecompiledQueryRelationalTestBase(PrecompiledQueryRelationalFixture fixture, ITestOutputHelper testOutputHelper)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Microsoft.EntityFrameworkCore.Query;
/// See <see cref="PrecompiledQueryRelationalTestBase" /> for general precompiled query tests not related to
/// SQL pregeneration.
/// </summary>
[Collection("PrecompiledQuery")]
public class PrecompiledSqlPregenerationQueryRelationalTestBase
{
public PrecompiledSqlPregenerationQueryRelationalTestBase(
Expand Down

0 comments on commit 0f74a57

Please sign in to comment.