Files
Joseph Doherty 61694ca50b feat(configmanager): add config set and connection update CLI commands
Add missing CLI commands to match UI capabilities: config set commands for
all configuration sections (datasync, dataaccess, auth, ldap, search,
excelexport) and connection update command. Also adds unit tests for
SecretCommands, ValidateCommand, and TestConnectionCommand.
2026-01-28 15:10:22 -05:00

11 lines
337 B
C#

namespace JdeScoping.ConfigManager.Cli.Tests;
/// <summary>
/// Collection definition for tests that redirect Console.Out or Console.Error.
/// These tests must run sequentially to avoid interference.
/// </summary>
[CollectionDefinition("Console Tests", DisableParallelization = true)]
public class ConsoleTestCollection
{
}