Qiskit-Partners / qiskit-runtime

Tutorials and modules related to Qiskit Runtime service and programs
Apache License 2.0
51 stars 39 forks source link

63 Add tests #62

Closed LucyXing closed 3 years ago

LucyXing commented 3 years ago

Closes: https://github.com/Qiskit-Partners/qiskit-runtime/issues/63

Add tests for sample_program and circuit_runner after removal of vqe

jyu00 commented 3 years ago

By the way, the CI in this repo is not setup to communicate with IBM Quantum, nor should it be as it's only to host runtime program source code. The tests can just call the runtime programs directly instead of through Qiskit Runtime - the "Testing your runtime program" section of this tutorial has some information on how to test programs locally.