1 write to _testOutput
Aspire.Acquisition.Tests (1)
Scripts\Common\RealGitHubPRFixture.cs (1)
39
_testOutput
= new TestOutputHelperStub();
6 references to _testOutput
Aspire.Acquisition.Tests (6)
Scripts\Common\RealGitHubPRFixture.cs (6)
48
_testOutput
.WriteLine("GH_TOKEN environment variable not set. Integration tests will be skipped.");
49
_testOutput
.WriteLine("To run integration tests, set GH_TOKEN to a valid GitHub token.");
104
_testOutput
.WriteLine($"Skipping PR {prNumber}: {ex.GetType().Name}: {ex.Message}");
141
_testOutput
.WriteLine($"Skipping artifact query for run {successfulRun.DatabaseId}: {ex.GetType().Name}: {ex.Message}");
173
_testOutput
.WriteLine($"Found suitable PR #{prNumber} with run {RunId}");
187
using var cmd = new ToolCommand("gh",
_testOutput
)