Files
agent-framework/dotnet/src/Shared/IntegrationTests/README.md
westey e6bfc51367 Add additional integration tests and add OpenAIAssistant integration tests project. (#79)
* Add additional integration tests and add OpenAIAssistant integration tests project.

* Address PR comments.

* Address PR comments.
2025-06-17 11:43:29 +00:00

243 B

Integration Tests

Common Integration test files.

To use this in your project, add the following to your .csproj file:

<PropertyGroup>
  <InjectSharedIntegrationTestCode>true</InjectSharedIntegrationTestCode>
</PropertyGroup>