Add Test Proxy support #1874
Labels
Azure.Core
The azure_core crate
Client
This issue points to a problem in the data-plane of the library.
test-enhancement
test-reliability
Issue that causes tests to be unreliable
We need to generate the test proxy and have support to use it in all our integration tests. This should be as easy as possible to use, much like .NET.
We should consider putting all this in a separate crate e.g.,
azure_core_test
or maybe eventypespec_client_core_test
. Depends how much is Azure-specific (probably everything since it hinges on Test Proxy which, AFAIK, is only geared at Azure SDKs).The text was updated successfully, but these errors were encountered: