botbuilder-python icon indicating copy to clipboard operation
botbuilder-python copied to clipboard

port: Move TestAdapter and TestFlow to Microsoft.Bot.Builder.Testing package. (#6159)

Open github-actions[bot] opened this issue 4 years ago • 0 comments

The changes in Move TestAdapter and TestFlow to Microsoft.Bot.Builder.Testing package. (#6159) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.

Fixes #6106

Description

Move TestAdapter and TestFlow from Microsoft.Bot.Builder.Adapters to Microsoft.Bot.Builder.Testing package and fix any projects that depend on these classes to include references to the Microsoft.Bot.Builder.Testing package as needed.

Specific Changes

Moved TestAdapter and TestFlow to Microsoft.Bot.Builder.Testing package. Added references to Microsoft.Bot.Builder.Testing to the following test projects that used either TestAdapter to TestFlow:

Microsoft.Bot.Builder.Ai.Luis.Tests Microsoft.Bot.Builder.AI.Orchestrator.tests Microsoft.Bot.Builder.AI.QnA.Tests Microsoft.Bot.Builder.AI.LuisV3.Tests Microsoft.Bot.Builder.ApplicationInsights.Tests Microsoft.Bot.Builder.Tests.Common Microsoft.Bot.Builder.ApplicationInsights.Core.Tests

Testing

Solution was built and unit tests executed to ensure all package references were corrected.

Please review and, if necessary, port the changes.

github-actions[bot] avatar Feb 03 '22 19:02 github-actions[bot]