docs: work on README
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace AnthropicClient.Tests.Examples;
|
||||
|
||||
public class ExampleAttribute : FactAttribute
|
||||
{
|
||||
public ExampleAttribute()
|
||||
{
|
||||
var skipExamples = Environment.GetEnvironmentVariable("SKIP_EXAMPLES");
|
||||
|
||||
if (skipExamples == "true")
|
||||
{
|
||||
Skip = "Example";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user