botbuilder-python
botbuilder-python copied to clipboard
port: [#6023] Test explorer should not start Azure emulator when loading tests (#6078)
The changes in [#6023] Test explorer should not start Azure emulator when loading tests (#6078) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.
Fixes #6023Description
This PR disables the CosmosDB tests from running by skipping them in the
IgnoreOnNoEmulatorFactclass. It also adds a description explaining the reasons why they are being disabled.Specific Changes
- Removed
HasEmulatorlazy variable fromCosmosDbPartitionStorageFixture,CosmosDbStorageTestsandIgnoreOnNoEmulatorFactto prevent the Emulator security window to appear.- Updated the
IgnoreOnNoEmulatorFactskip message with information related to why the tests are skipped and where the tests are going to be moved.Testing
The following image shows the CosmosDB tests being always skipped.
Please review and, if necessary, port the changes.
