qiskit-ibm-runtime icon indicating copy to clipboard operation
qiskit-ibm-runtime copied to clipboard

add testing for `qiskit_ibm_runtime/fake_provider/`

Open 1ucian0 opened this issue 1 year ago • 2 comments

With the move of the fake providers from qiskit to qiskit-ibm-runtime, the tests were not moved yet. This issue is to account for that, as the code has currently 0% coverage:

Screenshot 2024-01-15 at 12 58 36

Tagging this as help wanted as a community member with some experience could move and adapt the tests from Qiskit.

1ucian0 avatar Jan 15 '24 12:01 1ucian0

The tests were moved in https://github.com/Qiskit/qiskit-ibm-runtime/pull/1140, the base class PR (#1270) is a follow-up of this one. As far as I know, there are no base class unit tests to move. I am not sure why the coverage does not pick up the existing tests, I think it's because the main test is in integration and not unit tests.

ElePT avatar Jan 15 '24 12:01 ElePT

We should verify if tests exist

jyu00 avatar Apr 10 '24 17:04 jyu00

Tests already exist for fake_provider

Image

kt474 avatar Jun 26 '24 19:06 kt474