namespace LiteCharms.Features.MidrandBooks.Tests.Common; public class IntegrationFactAttribute : FactAttribute { public IntegrationFactAttribute() { if(!Debugger.IsAttached) Skip = "This test requires the debugger to be attached."; } }