Files
Cleanuparr/code/backend/Cleanuparr.Api.Tests/TestCollections.cs
2026-03-12 22:12:20 +02:00

10 lines
392 B
C#

namespace Cleanuparr.Api.Tests;
/// <summary>
/// Auth integration tests share the file-system config directory (users.db via
/// SetupGuardMiddleware.CreateStaticInstance). Grouping them in one collection
/// forces sequential execution and prevents inter-factory interference.
/// </summary>
[CollectionDefinition("Auth Integration Tests")]
public class AuthIntegrationTestsCollection { }