Open
Description
Problem Statement
As the number of providers in the SDK grow, it would be beneficial to be able to quickly add new standard tests for each provider.
Proposed Solution
A set of common integration tests aka "Conformance" tests that run against every integrator. We can leverage parametrized pytests to quickly run a set of tests against a set of providers
Use Case
Adding a new feature to the SDK shouldn't require N new tests (where N = # of providers)
Alternatives Solutions
No response
Additional Context
No response