tests: add more test coverage

This commit is contained in:
Stevan Freeborn
2025-03-23 22:33:34 -05:00
parent 45a0ead7d8
commit c901d8d643
11 changed files with 541 additions and 9 deletions
@@ -40,7 +40,6 @@ sealed class GenerateCommand(
public override ValidationResult Validate()
{
var pathExists = _fileSystem.File.Exists(Path);
if (pathExists is false)
+2 -1
View File
@@ -1,4 +1,5 @@
global using System.ComponentModel;
global using System.Diagnostics.CodeAnalysis;
global using System.IO.Abstractions;
global using System.Net.Http.Headers;
global using System.Text.Json;
@@ -13,4 +14,4 @@ global using Microsoft.Extensions.Hosting;
global using Microsoft.Extensions.Logging;
global using Spectre.Console;
global using Spectre.Console.Cli;
global using Spectre.Console.Cli;