mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-24 09:03:38 -04:00
10 lines
392 B
C#
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 { }
|