Files
anthropic-client/tests/AnthropicClient.Tests/EndToEnd/EndToEndTest.cs
T

6 lines
239 B
C#

namespace AnthropicClient.Tests.EndToEnd;
public class EndToEndTest(ConfigurationFixture configFixture) : IClassFixture<ConfigurationFixture>
{
protected readonly AnthropicApiClient _client = new(configFixture.AnthropicApiKey, new());
}