Files
agent-framework/dotnet/src/Shared/IntegrationTests
T
westey 742203fb12 .NET: Porting Mem0Provider to Agent Framework (#1601)
* Porting Mem0Provider to AF from SK

* Switch integration tests to manual

* Address issues

* Move Mem0Provider to separate project.

* Move integration tests to new project

* Address PR comments.
742203fb12 ยท 2025-10-28 12:28:37 +00:00
History
..

Integration Tests

Common Integration test files.

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

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