azure-quantum-python
azure-quantum-python copied to clipboard
Integrate async i/o tests and validation into CI/CD pipeline
Currently, async I/O functionality is only tested in recording. We need to enable them for live tests, both the ones run in the azure-quantum-clients pipeline, but also the ones run in the iqsharp Docker image.
We should also add a validation step to our CI/CD pipeline that tests for any changes to the code that need to be propagated to the async package.
Partially fixed by #177
Closing since we deprecated aio package integration.